题解列表

筛选

字符串分类统计C++

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cstring>using namespace std;int main(){char a[200];cin.get……

2841: 大整数加法

摘要:```cpp #include using namespace std; struct hp { int len; int s[1000]; }; void init(string……

2945: 素数对

摘要:```cpp #include using namespace std; bool js(int x){ int j=2; while(jsqrt(x); } int main()……

2937: 短信计费

摘要:```cpp #include using namespace std; int jf(int n,int a[]){ double s=0; for(int i=0;in; int……