ironsoul's blog

By ironsoul, history, 7 years ago, In English

See this submission -> Click.

As you see, I got a runtime error because of "assert" function that I added while debugging my code. My array S is an array of pairs where second value is an index from (1..m). I can not understrand why my code is getting a runtime error. "assert(s[i].second <= m)" should be fine but it leads to an error. Why?

Full text and comments »

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

By ironsoul, history, 8 years ago, translation, In English

Course from ITMO. Now available) Click

Full text and comments »

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