Qualified's blog

By Qualified, history, 6 years ago, In English

Is there a difference between puts("Hi"); and cout << "Hi"; in time complexity or any benefit of using one over the other?

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

»
6 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Some time measures of several IO methods https://mirror.codeforces.com/blog/entry/74544