QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#307201#3927. Game of Gnomesucup-team1005#WA 0ms3940kbC++20471b2024-01-18 09:48:512024-01-18 09:48:52

详细

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'