QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#121065#6121. Hacks With IncludesZhaoZiLongWA 1ms5480kbC++171.3kb2023-07-07 15:10:172023-07-07 15:10:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5480kb

input:

4 3
2 1
2 4
3 1

output:

2
3

result:

ok 2 number(s): "2 3"

Test #2:

score: 0
Accepted
time: 1ms
memory: 5440kb

input:

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

output:

3
5

result:

ok 2 number(s): "3 5"

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 5384kb

input:

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

output:

3
4
5
7
9

result:

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