QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#825403#9772. Permutation Routingucup-team3586#WA 16ms10452kbPython316b2024-12-21 19:03:282024-12-21 19:03:29

Judging History

This is the latest submission verdict.

  • [2025-01-10 11:38:24]
  • hack成功,自动添加数据
  • (/hack/1438)
  • [2024-12-21 19:03:29]
  • Judged
  • Verdict: WA
  • Time: 16ms
  • Memory: 10452kb
  • [2024-12-21 19:03:28]
  • Submitted

answer

print('???????')

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 16ms
memory: 10452kb

input:

1
5
1 4 2 5 3
1 2
2 3
2 4
1 5

output:

???????

result:

wrong output format Expected integer, but "???????" found