Блог пользователя warks

Автор warks, история, 3 года назад, По-английски

This happened in abc213d.

Diffcheck between the two codes (MLE, AC) shows that they are exactly the same, surprisingly though, the MLE code consumes about 1GB+ memory (and significantly greater time) whereas the AC one only consumes 250MB.

It's been bugging me a lot, why would this happen, can anyone please help?

Thanks in advance.

  • Проголосовать: нравится
  • +2
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by warks (previous revision, new revision, compare).

»
3 года назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

For reference, this blog discussed a similar issue, though a definitive conclusion was not reached.

Seems like Mike resolved it as both the submissions in that blog display an AC verdict now, is this a platform issue? Should I tag Atcoder admins? Since I am unsure whether it is a language issue or a platform one, I would rather not disturb them for this.

Again, any inputs would be highly appreciated. Thanks in advance.