QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#131072 | #2960. Social Distancing | ZhangYiDe | WA | 1ms | 3508kb | C++ | 1.4kb | 2023-07-26 09:39:24 | 2023-07-26 09:39:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3508kb
input:
9 2 2 6
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3448kb
input:
10 3 1 4 7
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3504kb
input:
6 2 2 5
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 1ms
memory: 3480kb
input:
100 5 7 14 47 78 99
output:
43
result:
ok single line: '43'
Test #5:
score: 0
Accepted
time: 1ms
memory: 3476kb
input:
6 1 3
output:
2
result:
ok single line: '2'
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 3476kb
input:
3 1 1
output:
1
result:
wrong answer 1st lines differ - expected: '0', found: '1'