专注大叔

文章
4
资源
0
加入时间
3年0月21天

杭电OJ 1104(C++)

#include <iostream>#include <string>#include <cstring>#include <queue>using namespace std;const int MAXN = 1010;int vis[MAXN * MAXN];int n, k, m, ans;struct node{ ...