[Login|Register]
New post

Show post

Search forum

Read post
gets_s’ was not declared in this scope [ Topic ] 2009-11-22 14:30:16 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
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.3ms with 2 query(s).