题解列表

筛选

1026使用for循环的写法

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a[10]; for(int i=0;i<……

简单版bfs解法

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int MAX=105;int row,col;//定义行,……

提交没问题

摘要:解题思路:注意事项:参考代码:publicclassMain{publicstaticv……