QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#124190 | #1842. Math | MaMengQi | RE | 2ms | 6888kb | C++17 | 792b | 2023-07-14 12:18:42 | 2023-07-14 12:18:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 6876kb
input:
5 1 2 3 4 5
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 2ms
memory: 6888kb
input:
1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: -100
Runtime Error
input:
5 6 4 7 3 5