QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#400369#4686. ToursGuanYunchangWA 0ms40520kbC++112.6kb2024-04-27 10:39:092024-04-27 10:39:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 40520kb

input:

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

output:

3
1 3 
2 
4 

result:

wrong answer 1st numbers differ - expected: '1', found: '3'