QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#474826 | #2568. Mountains | BellaKira | WA | 0ms | 3868kb | C++14 | 3.4kb | 2024-07-13 08:25:35 | 2024-07-13 08:25:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3592kb
input:
1 1 1
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3556kb
input:
2 2 2
output:
20
result:
ok 1 number(s): "20"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3868kb
input:
2 3 4
output:
490
result:
ok 1 number(s): "490"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
1 2 8
output:
45
result:
ok 1 number(s): "45"
Test #5:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
1 10 2
output:
66
result:
ok 1 number(s): "66"
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 3788kb
input:
9 5 7
output:
292544959
result:
wrong answer 1st numbers differ - expected: '371850968', found: '292544959'