题解列表

筛选

1072: 汽水瓶(简单易懂)

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){    int n,sum;    while (cin >> n)  ……

1725: 统计字符 超简单做法

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){     // 定义两个字符串变量s1和s2   ……

1723: 求最大值 超级简单做法

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){     // 定义一个长度为10的整型数组a  ……

编写题解 1073: 弟弟的作业

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>         //atio函数,将字符串转换为数字.#include<string.h>    ……