solver11's blog

By solver11, history, 4 years ago, In English

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)

  • Vote: I like it
  • +4
  • Vote: I do not like it

»
4 years ago, # |
Rev. 3   Vote: I like it +3 Vote: I do not like it

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 :)