ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#93568 | #1069. 猴子选大王 | lijunrui | 100 | 0ms | 1184kb | C++ | 294b | 2020-02-17 15:23:10 | 2020-02-17 15:23:11 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
8 3
output:
7
result:
ok single line: '7'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
20 5
output:
7
result:
ok single line: '7'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1180kb
input:
30 9
output:
21
result:
ok single line: '21'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
50 19
output:
12
result:
ok single line: '12'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
50 30
output:
42
result:
ok single line: '42'