QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#193397 | #7522. Sequence Shift | ucup-team267# | WA | 11ms | 62472kb | C++20 | 3.5kb | 2023-09-30 17:04:18 | 2023-09-30 17:04:18 |
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: 3ms
memory: 61592kb
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: 0
Accepted
time: 11ms
memory: 61084kb
input:
1 0 103509429 823330096
output:
926839525
result:
ok single line: '926839525'
Test #3:
score: -100
Wrong Answer
time: 11ms
memory: 62472kb
input:
1 1 576560149 691846236 1156187222
output:
1268406385 0
result:
wrong answer 2nd lines differ - expected: '835582012', found: '0'