|
|
back to boardShow all messages Hide all messagesWA 3 Frog 14 Nov 2014 14:11 I 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? i got it: if the name has exactly 200 symbols, the name and the newline will be read into two strings. |
|
|