Madiyar's blog

By Madiyar, 11 years ago, translation, In English

Hello

I solved this task, but I have a question.

First of all I submitted this code

TL : 0.04 Memory : 1672

Then I resubmitted this code but without #include <iostream>

TL: 0.04 but Memory : 1088

Question: For what spends memory in iostream?

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

»
11 years ago, # |
  Vote: I like it -8 Vote: I do not like it

it should be because of the template functions a header file uses ... :)