题解列表

筛选

字符逆序-题解(C++代码)

摘要:解题思路:注意事项:    输入字符串,里面有空格。。。gets()函数走起参考代码:#include<bits/stdc++.h> using namespace std; int main……

Hello, world!-题解(C++代码)关于EOF....

摘要:解题思路:注意事项:    关于EFO,是C语言stdio.h中的一个宏定义,赋值为-1    但不能直接在你的程序里写上-1,因为能在键盘上输入的东西,ascll码都是 >=0 的,    所以,可……