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

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

I enjoyed the recent division 3 contest! However, test case 7 was illegal. In the constraints of the problem, x and y had to have a positive absolute value. However, test case 7 had many queries where x was 0, violating the constraints.

The second query caused my solution and many others to fail :( Could someone take a look into this?

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

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

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

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

I just looked at it .Luckily, i already took such cases into account but this is indeed carelessness on writer's part.

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

I think it should be retest, isn't it?

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

    Yeah retesting would be nice, but if a lot of contestants were affected it might result in an unrate due to the wasted amount of time debugging because of this "error"

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

217724956

my submission failed on test 7

because test that have 0 but all another success

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

can u explain me question 3

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

my submission

failed on test 28

any help please