摘要: 参考文章 1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int X[] = {0, -1, 1, 0, 0}; 5 int Y[] = {0, 0, 0, -1, 1}; 6 7 bool vis[10][10]; 8 int res = 阅读全文
posted @ 2021-04-17 20:36 南理工学渣 阅读(24) 评论(0) 推荐(0) 编辑