题解
2023-06-24 15:45:35
发布于:上海
104阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main(){
char str[10000];
gets(str);
puts(str);
return 0;
}
全部评论 2
'gets' was not declared in this scope; did you mean 'fgets'?
2025-07-17 来自 广东
0报错了QAQ
2025-07-17 来自 广东
0
a
2025-04-15 来自 广东
0
有帮助,赞一个