| 
 | 
вернуться в форумWA #23 Do you have any ideas? No subject   Edited by author 13.04.2010 04:02   Edited by author 13.04.2010 04:02 Re: WA #23 check 100000-999999 numbers too Re: WA #23 I changed: char ch[100001]; fgets(ch,100000,stdin);   to char ch[1000001]; fgets(ch,1000000,stdin);   and got AC!  |  
  | 
|