QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#356717 | #5435. Clamped Sequence | HuangHanSheng | WA | 1ms | 5620kb | C++23 | 1.6kb | 2024-03-18 09:45:11 | 2024-03-18 09:45:12 |
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: 1ms
memory: 5620kb
input:
8 3 3 1 4 1 5 9 2 6
output:
11 15 8 15 7 0 14 6 15
result:
wrong answer 1st numbers differ - expected: '15', found: '11'