EbraM96's blog

By EbraM96, history, 7 years ago, In English

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 !

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it +3 Vote: I do not like it

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 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Please try again.