|
|
вернуться в форумWhat's the test 4?? Послано zylm 29 окт 2014 19:38 I use "string ch" AC,but " char ch[maxn]" WA4,I don't know why ..... Re: What's the test 4?? Послано YuYu8 14 авг 2018 17:20 You may be forgetting that C strings contain ONE more character that is called terminal character (or whatever). So it must be 10001. And it works! for me |
|
|