QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#512319 | #1172. Junkyeom's Contest | MaMengQi | WA | 0ms | 3692kb | C++20 | 683b | 2024-08-10 14:08:32 | 2024-08-10 14:08:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3516kb
input:
7 1 2 3 4 5 6 7
output:
-1
result:
ok 1 number(s): "-1"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
8 1 2 3 4 5 6 7 8
output:
35
result:
ok 1 number(s): "35"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3692kb
input:
10 5 5 5 5 5 5 10 5 5 5
output:
40
result:
wrong answer 1st numbers differ - expected: '35', found: '40'