摘要: 模拟填数的过程 #include #include #include using namespace std;void snake(int n) { int t = 1, tot = n*n; int a[n][n]; //存储数据的二维数组 int i =... 阅读全文
posted @ 2018-11-20 20:13 JonnyOu1012 阅读(23) 评论(0) 推荐(0)