QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#544163#6253. Appeal to the Audience HuangHanShengWA 2ms9700kbC++141.3kb2024-09-02 10:46:312024-09-02 10:46:31

詳細信息

Test #1:

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

input:

5 3
5 4 3
0
0
1
1

output:

17

result:

ok single line: '17'

Test #2:

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

input:

11 7
30 5 15 1 3 100 50
0
0
1
0
2
5
2
5
5
1

output:

355

result:

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