Asymptotic of the solution.

Revision en3, by CEKPET, 2023-12-12 13:59:33

Sometimes, when I want to solve a problem, a solution comes to me and when I think about its asymptotics(The number of operations performed by the program or the big $$$O$$$), I understand that the solution will not work, but after looking at the solutions of other users, I see that my idea was correct. I don't post the solution right away because I'm afraid of unnecessary attempts. So answer the question: How many maximum operations can be performed in one second(C++)?

UPD: Thanks to everyone who helped!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English CEKPET 2023-12-12 13:59:33 43 Tiny change: 'cond(C++)?' -> 'cond(C++)?\n\n**UPD**: Thanks to everyone who helped!'
en2 English CEKPET 2023-12-11 13:44:07 4 Tiny change: 'r the big "O"), I under' -> 'r the big $O$), I under'
en1 English CEKPET 2023-12-11 13:33:07 498 Initial revision (published)