gets_s’ was not declared in this scope
[ Topic ] 2009-11-22 14:30:04 liuxiaochun
#include<iostream>
using namespace std;
char str[10000];
int main()
{
gets(str);
puts(str);
return 0;
}
老是有这个问题,‘gets_s’ was not declared in this scope
Reply
University of Science and Technology of China Online Judge for ACM/ICPC Processed in 1.8ms with 2 query(s).