MikeMirzayanov's blog

By MikeMirzayanov, 12 years ago, translation, In English

The round will start on 08:00 (UTC) of April, 13. It will be a kind of unusual round because at first for a long time Gerald didn't work much on round. It was prepared by me (how it is interesting to write a round!), Nerevar with the help of Gerald and Fefer_Ivan-а. Maria, many thanks for translations!

It will be classical points: 500 — 1000 — 1500 — 2000 — 2500.

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

| Write comment?
»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

sounds cool! Good luck

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

Good luck everyone

»
12 years ago, hide # |
 
Vote: I like it +12 Vote: I do not like it

This round is writen by MikeMirzayanov.Sounds very good!Good luck to everyone!

»
12 years ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

MikeMirzayanov's round.... sounds nice! GL&&HF

»
12 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

I'm sure there will be nice questions :)

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

I new people join, What is hack?

Please help me?

»
12 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

I don't know, if I'm the only one, but really, it seems that problem B and Problem C are easier than problem A... :/

»
12 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

That was really funny round. Especially hacks for problem A. Also really nice tasks.

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

For C, I sorted the groups in descending order of the amount of money they paid and then the tables by their size — my soln didn't get accepted. What's the right way of solving it?

»
12 years ago, hide # |
 
Vote: I like it +11 Vote: I do not like it

In problem A , I made 10 successful hacks , however my solution is wrong itself , but no one in my room hacked mine .. :D

»
12 years ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

It was a very good contest.............I enjoyed.........

»
12 years ago, hide # |
Rev. 2  
Vote: I like it +9 Vote: I do not like it

this round trolled me: 46 place before pretests and 542 after )

»
12 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Can anyone give me a hint for Prob E ?

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

If we have 2 sets — a, b is it possible to insert all elements of b into a faster then b.size() * log(a.size()) ?

»
12 years ago, hide # |
 
Vote: I like it +4 Vote: I do not like it

Is this possible to see what input a participant used to hack?

»
12 years ago, hide # |
 
Vote: I like it +14 Vote: I do not like it
»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

good contest! I did today.

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

My greedy approach for D didn't work. Can you tell me why? 6357863

»
12 years ago, hide # |
 
Vote: I like it +20 Vote: I do not like it

Editorials??

»
12 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Since there are not any tutorial.Can anybody explain the method to solve problem D.