QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#429995 | #2070. Heavy Stones | c | WA | 0ms | 3568kb | C++20 | 1.1kb | 2024-06-03 09:50:54 | 2024-06-03 09:50:54 |
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: 3568kb
input:
5 2 1 3 5 4
output:
35 35 36 43 49
result:
ok single line: '35 35 36 43 49 '
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3564kb
input:
10 18 37 81 6 58 99 87 34 75 9
output:
2637 2637 2657 2695 2695 2949 2995 2905 2880 2880
result:
wrong answer 1st lines differ - expected: '2637 2637 2657 2657 2695 2949 2995 2905 2880 2880', found: '2637 2637 2657 2695 2695 2949 2995 2905 2880 2880 '