408
-
408 数据结构算法题2019
#include<iostream> using namespace std; struct node { int data; struct node* next; }…
-
UOJ #408. 【IOI2018】机械娃娃
同为LOJ 2866 题目叙述 一共有 /(n/) 个触发器,每个触发器可以走到另一个器件。还有若干个开关,每个开关有两种出口。还有一个起点。现在有一个球从起点出发,沿着线路走。开…
#include<iostream> using namespace std; struct node { int data; struct node* next; }…
同为LOJ 2866 题目叙述 一共有 /(n/) 个触发器,每个触发器可以走到另一个器件。还有若干个开关,每个开关有两种出口。还有一个起点。现在有一个球从起点出发,沿着线路走。开…