QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#111757#3888. Mountaineerslmq26052003WA 3ms8152kbC++203.2kb2023-06-08 16:02:462023-06-08 16:02:50

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 7672kb

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: 3ms
memory: 8152kb

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:

0
0
0
0
0
0
0
43

result:

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