QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215207#2929. Concert RehearsalMaMengQiWA 0ms3824kbC++172.2kb2023-10-15 05:34:172023-10-15 05:34:17

詳細信息

Test #1:

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

input:

3 20 10
6
9
5

output:

10

result:

ok single line: '10'

Test #2:

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

input:

5 11 2
5
5
5
5
5

output:

0

result:

ok single line: '0'

Test #3:

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

input:

7 11 3
1
2
3
4
5
6
7

output:

0

result:

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