When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

underscoreA's blog

By underscoreA, 3 years ago, In English

Since this morning, the memory usage of my CodeForces submissions have gone from 0KB into the twenty thousands. Being a newbie here, I have no idea what's going on. Google doesn't seem to help either. Even submitting code that previously had memory of OKB now turns into something like 23800KB. What's going on?

As shown in the image, submissions with the same source code have very different memory usage rates.

Image I forgot to addd

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

| Write comment?
»
3 years ago, # |
  Vote: I like it +4 Vote: I do not like it

For what it's worth, I'm not a newbie and I also have no idea what's going on. This looks like something that would be worth looking into for the Codeforces team, but as long as you aren't close to the memory limit you should be fine.

Also, your blog mentions an image but I don't see one.