QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#465604 | #7522. Sequence Shift | ucup-team3884 | WA | 0ms | 3656kb | C++23 | 1.9kb | 2024-07-07 03:03:31 | 2024-07-07 03:03:31 |
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: 0
Wrong Answer
time: 0ms
memory: 3656kb
input:
5 3 1 4 3 2 5 7 5 8 3 2 3 6 4
output:
111 11 13 16 25
result:
wrong answer 1st lines differ - expected: '11', found: '111'