QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#746933 | #8038. Hammer to Fall | ucup-team4194# | WA | 1ms | 5676kb | C++20 | 1.3kb | 2024-11-14 15:53:38 | 2024-11-14 15:53:38 |
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: 1ms
memory: 5676kb
input:
3 2 2 1 1 1 2 3 10 1 2 1 3 2
output:
12
result:
ok single line: '12'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5556kb
input:
2 1 10 5000 5000 1 2 10000 1 2 2 1 2 2 1 1 1 2
output:
250000000
result:
wrong answer 1st lines differ - expected: '550000000', found: '250000000'