摘要:
一份错误的代码qaq,思路没问题,但是这个递归好像是回不去的 #include<bits/stdc++.h> using namespace std; int vis[10][10]; int a[10][10]; int dx[9]={0,0,0,1,1,1,-1,-1,-1}; int dy[9 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1051 1.用cin输入字符串,省事 #include<bits/stdc++.h> using namespace std; struct stu{ int num; string name; int score; int py 阅读全文
摘要:
https://www.luogu.com.cn/problem/P1208 #include<bits/stdc++.h> using namespace std; struct farmer{ int price; int amount; }; struct farmer a[5050]; bo 阅读全文