QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#466003#3978. Firing the Phaserucup-team1005#WA 1ms4412kbC++204.7kb2024-07-07 14:43:022024-07-07 14:43:02

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 8
2 1 4 5
5 1 12 4
5 5 9 10
1 6 4 10
2 11 7 14

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 0ms
memory: 4144kb

input:

3 6
2 2 3 3
5 3 6 4
6 6 7 7

output:

3

result:

ok single line: '3'

Test #3:

score: 0
Accepted
time: 0ms
memory: 4412kb

input:

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

output:

3

result:

ok single line: '3'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 4336kb

input:

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

output:

3

result:

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