DmitryS's blog

By DmitryS, history, 2 years ago, translation, In English

When solving problem 1574C — Slay the Dragon using Clang ++ 17, I encountered Memory Limit. After n hours trying to figure out what was wrong, I got into the solution (https://codeforces.com/blog/entry/95188), copied the code from there and sent it for review (129995765). Got the same Memory Limit Exceeded. I don't see any other C ++ compilers in the list. Can someone tell me what the problem is?

  • Vote: I like it
  • -3
  • Vote: I do not like it

| Write comment?
»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

use GNU C++ 17 when submitting the code