kyaufi's blog

By kyaufi, history, 2 hours ago, In English

1e8? 5e8? 1e9? I seriously don't know so can someone kindly help me please? (Im still a newbie)

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

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

idk maybe more than 3 ig

»
119 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

I'm pretty sure that in typical Competitive Programming, about $$$10^7$$$ or $$$10^8$$$ operations can be run in a second. So, for example, if you had a code that runs in $$$O(n^2)$$$ time, then your maximum value for $$$n$$$ would be like $$$10^4$$$.

»
116 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Depends upon compiler optimizations, in c++ you can run upto 10^7 instructions in a second.

»
21 minute(s) ago, # |
  Vote: I like it 0 Vote: I do not like it

1e8 Upper Bound.

»
4 minutes ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

In c++, absolutely 4 * 1e8