|
|
вернуться в форумПоказать все сообщения Спрятать все сообщенияI have understood why you could have some strange WA2. my program: while (scanf("%d", &n) >= 1) { ... } if I write while (scanf("%d", &n) >= 1) { if (!n) break; ... } I'll get AC..(though n >= 2=)) they have some trash at the end of the file... |
|
|