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

Автор csgocsgo, история, 8 лет назад, По-английски
  1. http://codeforces.me/contest/1023/submission/41721425
  2. http://codeforces.me/contest/1023/submission/41707260 both the solution is accepted but they are giving completely different answer for test case: 6 4(n=6,q=4) 4 4 3 3 4 4. the right answer is "NO",but the first submission is printing "YES".please check this issue.
  • Проголосовать: нравится
  • +103
  • Проголосовать: не нравится

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

Auto comment: topic has been updated by csgocsgo (previous revision, new revision, compare).

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

only god knows how many solutions like this where accepted...

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

The test is added, thanks, all submissions from now on will be tested on it as well.

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

Yeah I also agree. Testcases to this question were too weak. One of my friend who just submitted random algo for checking last element and got passed up to 60 testcases.