zhicheng's blog

By zhicheng, history, 5 weeks ago, In English

Today I worked on 103828B - Too simple for a hard problem? on acade studio. The time limit is 4s and the memory limit is 600MB. I first wrote a code that will get MLE. After I submitted it though acade studio, I surprisingly found out that it got AC although the displayed time and memory were beyond the limit. I copied the code and made a submission with the same language myself but I got MLE. You can see them at 273894326 and 273894241. (Or if you don't have a coach mode just as the picture below or you can see it here). I also made a submission with a 5-second while loop though acade studio at 273895074 and it showed 4858 ms. Can somebody explain it? crowdforces

Full text and comments »

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