QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#465005#8517. Interesting Pathsucup-team1704#WA 2ms4496kbC++202.5kb2024-07-06 16:47:522024-07-06 16:47:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 4496kb

input:

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

output:

4
3
2
1
1 2 3 4 5 

result:

wrong answer Output contains longer sequence [length = 9], but answer contains 1 elements