Why used Memory is 3600KB even if submitted code is just blank?

Revision en1, by Big_Integer, 2020-05-13 17:51:35

Hi I was just upsolving some problems when a weird thing caught my attention. I was trying to write an efficient code that was much lighter and less complex compared to the previous submission of a problem.

The previous submission had 15 ms and 0KB, and the newer one has 0 ms and 3600KB It took extra 3600KB that it ain't suppose to take (⊙_⊙)

Yeah, I had 50% success yet, it made me confused, " Why you eat so much memory program? ", This question was bugging me literary so I submitted a blank code.

So, you can see that this Blank code is also taking 3600KB you can also see for yourself by checking it in the custom test.

Can someone please explain, why is this weird behavior? because of the Compiler Flag or something else? I know this should not be any issue, but I just can't get over it.

Thank you.

Tags explain, c++, memory, what is this behavior

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Big_Integer 2020-05-13 17:51:35 1079 Initial revision (published)