|  | 
|  | 
| вернуться в форум | WA 3 Послано Frog  14 ноя 2014 14:11I use fgets to read from stdin, when I try to store name in an array with length 201, i got WA 3,but when I changed the length to 210, I got AC, who can tell me why?Re: WA 3 Послано Frog  14 ноя 2014 14:21i got it: if the name has exactly 200 symbols, the name and the newline will be read into two strings. | 
 | 
|