Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

multisystem's blog

By multisystem, 10 years ago, In English

Assuming the following snippet of code

set<int>::iterator it = st.begin();
it++;

What's the order of it++. Does it take O(log n)?

Full text and comments »

Tags c++, stl
  • Vote: I like it
  • +12
  • Vote: I do not like it

By multisystem, 13 years ago, In English
Can I ask for fast C++ BigInteger implementation? 
Thanks in advance.

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By multisystem, 14 years ago, In English
It's not allowed to view a code of a specific handle. We can only view codes that have priority in submission time, judging time, solution size, or execution time.

Is it possible to add this feature? 

Thanks very much.

Full text and comments »

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