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

Автор Heap_OverFlow, 17 месяцев назад, По-английски

The just finished leetcode weekly contest. Why on earth problem D had higher Accept rate than C though D is supposed to be harder as leetcode arranges according to difficulty ?

Some statistics(contest submissions only) as evidence :

Problem C :
User Tried: 7872 User Accepted: 3349

42.5% success rate

Problem D :

User Tried: 5072 User Accepted: 2309

45.5% success rate

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

»
17 месяцев назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

Problem is available on other websites. For eg.: Here.

»
17 месяцев назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

D was on Codeforces as well, so cheaters must have copied from here.

https://codeforces.me/contest/892/problem/C

»
17 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

D was on Codeforces somewhere I collect, so maybe that might be the reason:)

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

Rate is higher but accepted number isn't, most participant after solving A, B try C, even if they get WA, they keep trying which makes accepted rate lower. Also as the problem was available on other sites was a factor