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

Автор solver11, история, 4 года назад, По-английски

I am getting a Runtime error 69696816 and i can not understand why any help please. this is the problem https://codeforces.com/contest/1092/problem/E (excuse me for my poor english)

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

»
4 года назад, # |
Rev. 3   Проголосовать: нравится +3 Проголосовать: не нравится

Change >= in the cmp function to >

I did a little search to find you some valuable info: here

Edit: Oh, and also, you can pretty much figure out the errors in your code by scrolling to the bottom of your submission and clicking "Check Details" to see the test case your code fails at and maybe a reason as to why it failed ("out of bounds", etc).

Have a good day :)