QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#34044#1429. HitqiuzxWA 2ms9536kbC++173.2kb2022-06-05 15:36:472022-06-05 15:36:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
4
0 1
2 3
4 5
3 5
5
0 70
0 10
20 30
40 50
60 70
8
-1 7
-2 -1
-9 -7
-8 9
-9 -7
-2 4
-7 4
3 9
5
0 1
0 2
2 3
3 5
4 5

output:

1 3 1 2 5 
4 5 10 30 50 70 
2 3 -9 -1 9 
2 4 1 3 5 

result:

wrong answer test 2: wrong result: declared 4, actual 5