Блог пользователя mohamednabil00000

Автор mohamednabil00000, 9 лет назад, По-английски

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!

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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