QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#264369 | #7660. Investigating Frog Behaviour on Lily Pad Patterns | MaMengQi | WA | 6ms | 19548kb | C++17 | 1.4kb | 2023-11-25 13:49:24 | 2023-11-25 13:49:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 6ms
memory: 19548kb
input:
5 1 2 3 5 7 3 1 2 4
output:
4 6 8
result:
ok 3 lines
Test #2:
score: 0
Accepted
time: 5ms
memory: 18108kb
input:
5 1 2 3 5 7 4 1 1 1 1
output:
4 6 8 9
result:
ok 4 lines
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 18964kb
input:
5 1 2 3 4 5 20 1 4 4 3 5 3 3 5 2 2 5 4 1 4 2 3 1 5 3 3
output:
6 7 8 4 7 5 9 8 3 4 10 11 7 12 5 11 8 13 12 14
result:
wrong answer 8th lines differ - expected: '10', found: '8'