QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#471564#3888. MountaineersGuanYunchangWA 1ms5712kbC++172.3kb2024-07-10 22:12:502024-07-10 22:12:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 5712kb

input:

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

output:

2
4
3

result:

ok 3 lines

Test #2:

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

input:

2 3 8
17 43 20
99 4 13
1 1 1 1
1 2 1 2
1 3 1 3
2 1 2 1
2 2 2 2
2 3 2 3
1 2 1 2
1 1 2 3

output:

-1
43
43
99
43
43
43
43

result:

wrong answer 1st lines differ - expected: '17', found: '-1'