QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#879514 | #7660. Investigating Frog Behaviour on Lily Pad Patterns | ucup-team5957# | WA | 1ms | 3712kb | C++20 | 2.6kb | 2025-02-02 04:51:30 | 2025-02-02 04:51:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3712kb
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: 1ms
memory: 3584kb
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: 1ms
memory: 3712kb
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 7 9 10 11 10 12 13 12 9 10 14 15 16 17 18 19 20
result:
wrong answer 4th lines differ - expected: '4', found: '7'