QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#307201 | #3927. Game of Gnomes | ucup-team1005# | WA | 0ms | 3940kb | C++20 | 471b | 2024-01-18 09:48:51 | 2024-01-18 09:48:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3860kb
input:
10 4 3
output:
27
result:
ok single line: '27'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
5 10 100
output:
15
result:
ok single line: '15'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
1 1 1
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3908kb
input:
1 1 10000000
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
1 10000000 10000000
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
10 1 2
output:
30
result:
ok single line: '30'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
1000000000 1 31622
output:
15812276615128
result:
ok single line: '15812276615128'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3812kb
input:
10000000 10000000 10000000
output:
50000005000000
result:
ok single line: '50000005000000'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3884kb
input:
1000000000 1 1
output:
500000000500000000
result:
ok single line: '500000000500000000'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3940kb
input:
1000000000 10000000 1
output:
500000000500000000
result:
ok single line: '500000000500000000'
Test #11:
score: -100
Wrong Answer
time: 0ms
memory: 3856kb
input:
14 10 7
output:
45
result:
wrong answer 1st lines differ - expected: '65', found: '45'