Lates_'s blog

By Lates_, history, 2 years ago, In English

Problem

152279908

I passed both two examples.But when I submit the code,I get a Wrong answer on test 1.

I'm so confused that I want to know how to solve it.

Who can help me,please.

Thank you very much!

My English is very bad,please don't laugh at me.

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

»
2 years ago, # |
  Vote: I like it +10 Vote: I do not like it

UB in your code (you visited ifac[255], which is out of bounds)