UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#93789#1083. 捡石头wjoyjy1000ms1200kbC++136b2020-02-17 18:51:192020-02-17 18:51:21

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

2 12 4

output:

2

result:

ok single line: '2'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

8 3 4

output:

5

result:

ok single line: '5'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

1 12 3

output:

4

result:

ok single line: '4'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

1 4 6

output:

9

result:

ok single line: '9'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

4 4 3

output:

9

result:

ok single line: '9'