Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

mohamednabil00000's blog

By mohamednabil00000, 9 years ago, In English

Could someone tell me how this code does not print "possible" word before the array in test case 40 although it printed before in all test cases

My submission

http://codeforces.com/contest/534/submission/10679975

thanks!

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

out flushed its buffer because the output was large enough (probably it hit 4KB).