QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#465266#8547. Whose Land?egypt_ioi2024_05WA 0ms14424kbC++175.6kb2024-07-06 19:37:532024-07-06 19:37:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
5 1 2
1 2
1 3
2 4
2 5
2 2
2 3
8 2 3
1 2
1 3
2 4
2 5
4 6
5 7
7 8
2 2
2 5
3 4

output:

4
5
4
5
7
8
6
7
8
6

result:

wrong answer 3rd numbers differ - expected: '7', found: '4'