ScorpioDagger's blog

By ScorpioDagger, 11 months ago, In English

Why some hacked solutions on yesterday's div3 can still get the Accept now ? Shouldn't those hack test cases be added for all? Otherwise, it is unfair like why the one hacked only to suffer wrong ans or time limit verdict and his rank go down?

Yesterday's D : Hacked 208770029. However, I resubmitted and got AC 208875517

Yesterday's B : Hacked 208823417 That was my 1st solution to the problem. It fails in case n = 1e9 and k = 30 because of taking MOD when doing the binary exponentiation (It was a typo taking the MOD just copying my template but it still wrong)

Another Hacked B 208731078 for K = 63 , it overflows 1LL << K as max for long long is 2^63-1 so adding 1 would overflow

However, why they still pass ? And shouldn't those test cases be added for all contestants ?

UPD : Resolved

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

»
11 months ago, # |
  Vote: I like it +61 Vote: I do not like it

Sorry, it was an our mistake, fixed now. Rating also will be recalculated.

  • »
    »
    11 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks for your work. Yea. I see systest rerunning and all subs in queue.