题解列表

筛选

1952: 求长方形面积

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<fstream>#include<algorithm>using namespace std;long long a……

[编程入门]数字逆序输出

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a[15];int main(){  for(int i=1;i……

题解 1196: 去掉空格

摘要:解题思路:注意事项:参考代码:int main(){     char a[100];     int len,i;     char end[]="End of file";     whi……

这个是错的,麻烦各位大佬救救孩子,看看到底是哪里错了

摘要:解题思路:这个是错的,这个是错的,这个是错的我做不出来,麻烦各位大佬救救孩子,看看到底是那个环节出来问题,我是真的已经不知道哪里错了非常抱歉耽误大家的时间,但是我真的。。。注意事项:这个是错的,这个是……

自定义函数之字符串反转

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;string s;int main(){     cin>>s;  for(int ……