QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#194193 | #7522. Sequence Shift | ucup-team159# | WA | 1ms | 3516kb | C++23 | 21.6kb | 2023-09-30 19:31:44 | 2023-09-30 19:31:44 |
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: 1ms
memory: 3484kb
input:
5 3 1 4 3 2 5 7 5 8 3 2 3 6 4
output:
11 13 16 25
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3516kb
input:
1 0 103509429 823330096
output:
0
result:
wrong answer 1st lines differ - expected: '926839525', found: '0'