QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#637319 | #7304. Coins 2 | GuanYunchang | WA | 4ms | 3796kb | C++14 | 1.6kb | 2024-10-13 12:08:31 | 2024-10-13 12:08:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3644kb
input:
3 0 1 2 3 0 2 3
output:
6 12
result:
ok 2 number(s): "6 12"
Test #2:
score: -100
Wrong Answer
time: 4ms
memory: 3796kb
input:
1 0 15 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000
output:
1 119999923997
result:
wrong answer 2nd numbers differ - expected: '120000000001', found: '119999923997'