Блог пользователя Zlobober

Автор Zlobober, история, 8 лет назад, По-английски

Hacker Cup Final round is starting in 5 minutes. List of finalists: http://codeforces.com/blog/entry/23177

You can (probably) find the standings somewhere at http://facebook.com/hackercup

  • Проголосовать: нравится
  • +97
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +27 Проголосовать: не нравится

Serious spoilers below!

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится +25 Проголосовать: не нравится

Is it only me or the scoreboard isn't showing the names correctly?

Here it is

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится +5 Проголосовать: не нравится

    me too :(

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится +15 Проголосовать: не нравится

    Their CSS is broken because the table is too wide. Remove "._42ef { overflow: hidden; }" in dev console (or alternatively add "._47zq ._47zr {width: 10px;}"), then you'll get smth readable, though not nice.

»
8 лет назад, # |
  Проголосовать: нравится +36 Проголосовать: не нравится

rng_58 won the tournament first time.Congrats to him. He will be back for topcoder open so it will be interesting this year.

Looks like this year problem was tough or error prone.

»
8 лет назад, # |
  Проголосовать: нравится +84 Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится +86 Проголосовать: не нравится

Did anything odd happen to bmerry? It's quite surprising to see him fail all 6 submissions.

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится +72 Проголосовать: не нравится

    If I recall correctly, Snake and Ladder was a tiny error, Rainbow String was an overflow where he wasn't using longs, and his solution to Grundy Graph wasn't real, it was just an end-of-contest submission (didn't work on samples).

  • »
    »
    8 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится +182 Проголосовать: не нравится

    Yeah, that's probably my worst performance ever:

    • Snake and Ladder: I didn't handle the N=1 case (or more generally, 2 empty cells on the same rung)
    • Boomerang Crews: My algorithm was bogus, but passed all the samples.
    • Grundy Graph: not a real submission
    • RNG: an error in the formulae for expected time to respawn when trying to move a set distance
    • Maximinimax: initial range for binary search was too small (the given graph can't have minimax flow more than 2000000, but the augmented graph can)
    • Rainbow String: integer overflow
»
8 лет назад, # |
  Проголосовать: нравится +20 Проголосовать: не нравится

Whoah, nobody wants to give in in a contribution battle! 4 blogs from 3 interested parties in less than 24 hours!