[BZOJ1583] [Usaco2009 Mar]Moon Mooing 哞哞叫(队列)传送门
思想有点像蚯蚓那个题
#include <cstdio>
#define N 0001
#define LL long long
#define min(x, y) ((x) < (y) ? (x) : (y))
#define max(x, y) ((x) > (y) ? (x
队列-队列简介-队列资料
队列









