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

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

I was an admin of TopCoder for about 4 years. Recently I came back as a competitor and I participated in four SRMs. Here are my performances:

SRM 681 Hard: CoinFlips

It was an easy DP, but I started to implement something stupid and wasted time. When I finished coding around 5 minutes before the end of the contest, the server was slow and I couldn't compile my solution. Though the match was unrated, I should have solved it earlier.

SRM 682 Hard: TheKFactor

My solution failed because of precision errors (in Linear Programming). I should have used long doubles instead of doubles (and passed in the practice room).

SRM 683 Hard: RandomWalkOnGrid

Failed systest because of two (!) stupid mistakes: incorrect array size and integer overflow.

SRM 684 Hard: Permutant

Missed cases with a.size() == 1. Failed systest again.

It's really important to keep participating in TopCoder matches. Now I can't solve anything!

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

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

Is TC matches so different from CF?

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +238 Проголосовать: не нравится

You just won FHC, so it doesn't look that you "can't solve anything!".

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +26 Проголосовать: не нравится

What happened to Topcoder? Why interface turned mickey mouse-ish?

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +2 Проголосовать: не нравится

i was waiting for you to get to top10 contributors since your FHC blog

»
10 лет назад, скрыть # |
 
Проголосовать: нравится -22 Проголосовать: не нравится

You should do a blog showing what and how are you doing the TC problems(In english please).