QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521707 | #6606. The Boomsday Project | GuanYunchang | WA | 0ms | 9932kb | C++17 | 1.2kb | 2024-08-16 14:05:22 | 2024-08-16 14:05:22 |
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: 9932kb
input:
2 1 10 1 3 12 1 2 9 1 10
output:
42
result:
ok 1 number(s): "42"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 7956kb
input:
2 4 10 1 3 12 1 2 9 1 3 2 3 3 3 4 1
output:
42
result:
wrong answer 1st numbers differ - expected: '45', found: '42'