题解列表

筛选

2920: 分数线划定

摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int main() {     int m,n,k=0;     scanf("%d……

3034: 自然数的拆分

摘要:```cpp #include using namespace std; int a[1001]={1},f,b[1001],k,n; void out(int t){//输出函数 ……

1296: 牛棚回声

摘要:```cpp #include using namespace std; int max_match(string s1, string s2) { int len1=s1.leng……

1294: 木瓜地

摘要:```cpp #include using namespace std; int main() { int m,n,a[41][41],i,j,k,l; while(sca……