[Login|Register]
New post

Show post

Search forum

Read topic
why Restricted Function ??? 2009-09-05 11:03:46 eastmoon
#include <stdio.h>   
char  a[10000];
int main()
{
    while(gets(a) != NULL)
        puts(a);
}
Re:why Restricted Function ??? 2009-09-05 11:21:37 fuch
a[] is too small, which leads to Runtime Error
Re:why Restricted Function ??? 2010-04-09 10:31:40 echoyy
why?
Reply
Title
Message
(64K)
University of Science and Technology of China
Online Judge for ACM/ICPC
Processed in 1.5ms with 1 query(s).