[Login|Register]
New post

Show post

Search forum

Read post
why Restricted Function ??? [ Topic ] 2009-09-05 11:03:46 eastmoon
#include <stdio.h>   
char  a[10000];
int main()
{
    while(gets(a) != NULL)
        puts(a);
}
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.8ms with 2 query(s).