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

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

When I try to create a package I got this error:

"PackageException: five.cpp got WA on tests#5 which violates tag MAIN."

What does it mean exactly?!!? How could it be wrong answer!!

Please check this pic:

How could it get WA #4 then WA #5 although I did not commit any changes to the problem !

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

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

open tests > preview tests and watch the output of test 5, you need to modify test 5 or handle it in your solution code

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

Please try again.