QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#620859 | #1093. Bookcase Solidity United | carrotqq | WA | 77ms | 3840kb | C++14 | 997b | 2024-10-07 21:51:53 | 2024-10-07 21:51:57 |
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: 38ms
memory: 3840kb
input:
3 8 1 2
output:
8 8 8
result:
ok 3 number(s): "8 8 8"
Test #2:
score: -100
Wrong Answer
time: 77ms
memory: 3808kb
input:
5 10 3 3 8 4
output:
10 10 11 17 18
result:
wrong answer 5th numbers differ - expected: '17', found: '18'