Please read the new rule regarding the restriction on the use of AI tools. ×

DryukAlex's blog

By DryukAlex, 10 years ago, In English

Hi all.

I try to solve this problem. It seems that it can be easily solved with matrix exponentiation. I wrote the code in Java which worked on my computer and in Codeforces, but surprisingly gave RE1 in Timus. Even if this test differs from the input, I can't find where can it happen. Couldn't you help me with this?

Thanks in advance.

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

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

Eventually any submit on Java receives RE1. Hope timus admins will fix it ASAP.

  • »
    »
    10 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Oh, thank you. I should have watched the judgement results page and see it.