QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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'