ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#95777 | #1160. 成绩 | zengxin2017 | 100 | 0ms | 1292kb | C++ | 163b | 2020-02-19 16:16:39 | 2020-02-19 16:16:41 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
100 100 30
output:
65
result:
ok single line: '65'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
0 20 80
output:
46
result:
ok single line: '46'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1284kb
input:
10 100 10
output:
37
result:
ok single line: '37'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1284kb
input:
100 100 10
output:
55
result:
ok single line: '55'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1284kb
input:
100 100 40
output:
70
result:
ok single line: '70'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
50 70 50
output:
56
result:
ok single line: '56'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
60 70 50
output:
58
result:
ok single line: '58'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1288kb
input:
0 0 80
output:
40
result:
ok single line: '40'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
0 0 100
output:
50
result:
ok single line: '50'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1292kb
input:
0 0 20
output:
10
result:
ok single line: '10'