ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#123537 | #1069. 猴子选大王 | wust202013407028zb | 100 | 0ms | 504kb | C | 424b | 2020-11-28 09:39:15 | 2020-11-28 09:39:16 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
8 3
output:
7
result:
ok single line: '7'
Test #2:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
20 5
output:
7
result:
ok single line: '7'
Test #3:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
30 9
output:
21
result:
ok single line: '21'
Test #4:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
50 19
output:
12
result:
ok single line: '12'
Test #5:
score: 20
Accepted
time: 0ms
memory: 504kb
input:
50 30
output:
42
result:
ok single line: '42'