竞赛
考级
读入数据,接着对其进行多个方向遍历即可。
海螺
AC君
xerography
#include <bits/stdc++.h> using namespace std; int main(){ int n, m; cin >> n >> m; }
我