题解列表

筛选

用一个数组存储

摘要:```cpp #include //挺简单的用一个数组各个数字 using namespace std; int q[5]; int main() { int n,cnt=0,num=……

无论在官网还是在这儿,都是100分

摘要:解题思路:简单的思维题注意事项:这一题之所以会出现标答超时,是因为有一组数据是第一行什么都没有,第二行才有一个数字(因为我氪金了,能看数据集)。用scanf("%s",str)的方法可以完美解决这种问……

1098: 陶陶摘苹果

摘要:解题思路:... ... ... ... ... ... ... ... ... ...注意事项:无参考代码:#include<iostream>using namespace std;int mai……

1074: 数字整除

摘要:```cpp #include #include using namespace std; int main() { char m[1050]; int h; ……