amlelephant_fan's blog

By amlelephant_fan, history, 8 months ago, In English

Hi y'all, I got AC on today's D 1870D - Prefix Purchase by a way different from the tutorial. I think my solution was very cheesy and am looking for a hack testcase that can WA/TL my solution here 223910585!

Thanks in advance!

Full text and comments »

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

By amlelephant_fan, history, 10 months ago, In English

Hi, during today's Div.3 contest, I solved E2 by using the similar approach to E1, checking all the k from 2 to 3000 such that 1+k+k^2+...+k^r==n, and only adding some special O(1) checks for cases when r = 2, 3, 4, 5. I think the solutions is probably not correct but I could not find a hack for it. I am looking for a hack that can make the code WA or TLE. The submission is the following: 212679414. Any help would be appreciated, thanks in advance!

Update: I did not get the E2 hack, but I did get a B hack...

Full text and comments »

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

By amlelephant_fan, history, 13 months ago, In English

I am trying to submit my solutions for 1823D, however, the submissions either do not process, or the system tells me that there is an unexpected error. Is the judge system down or is it just me?

UPD: The judge has an absurdly long queue and I think none of the submissions are being processed. My submission that was submitted 25 minutes ago and is in queue still.

Full text and comments »

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