QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#84989 | #1839. Joke | ybw051114 | WA | 3ms | 3380kb | C++14 | 7.6kb | 2023-03-06 21:33:41 | 2023-03-06 21:34:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3344kb
input:
2 1 2 2 1
output:
3
result:
ok 1 number(s): "3"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3324kb
input:
4 4 3 2 1 4 3 2 1
output:
16
result:
ok 1 number(s): "16"
Test #3:
score: 0
Accepted
time: 3ms
memory: 3380kb
input:
5 1 2 3 4 5 0 0 0 0 0
output:
1546
result:
ok 1 number(s): "1546"
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 3380kb
input:
6 1 6 2 5 3 4 0 1 0 2 0 3
output:
148
result:
wrong answer 1st numbers differ - expected: '52', found: '148'