题解列表

筛选

1093: 字符逆序

摘要:```cpp #include using namespace std; string s1; int main() { getline(cin,s1); //int len=str……

简单易懂的解决方法

摘要:解题思路:注意事项:参考代码:#include "stdio.h"#include "math.h"int main(){ int a,b,i,c,d,e; //位数  scanf("%d",&a);……