QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#545254 | #8281. Pangu and Stones | ucup-team968# | WA | 0ms | 3644kb | C++14 | 58.8kb | 2024-09-03 05:19:53 | 2024-09-03 05:19:53 |
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: 3572kb
input:
3 2 2 1 2 3
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
3 2 3 1 2 3
output:
6
result:
ok 1 number(s): "6"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3644kb
input:
4 3 3 1 2 3 4
output:
-1
result:
wrong answer 1st numbers differ - expected: '0', found: '-1'