ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#100839 | #1160. 成绩 | huangka | 100 | 141ms | 5264kb | Python3 | 63b | 2020-02-25 10:44:41 | 2020-02-25 10:44:41 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 13ms
memory: 5252kb
input:
100 100 30
output:
65
result:
ok single line: '65'
Test #2:
score: 10
Accepted
time: 8ms
memory: 5260kb
input:
0 20 80
output:
46
result:
ok single line: '46'
Test #3:
score: 10
Accepted
time: 15ms
memory: 5260kb
input:
10 100 10
output:
37
result:
ok single line: '37'
Test #4:
score: 10
Accepted
time: 12ms
memory: 5252kb
input:
100 100 10
output:
55
result:
ok single line: '55'
Test #5:
score: 10
Accepted
time: 19ms
memory: 5264kb
input:
100 100 40
output:
70
result:
ok single line: '70'
Test #6:
score: 10
Accepted
time: 15ms
memory: 5256kb
input:
50 70 50
output:
56
result:
ok single line: '56'
Test #7:
score: 10
Accepted
time: 17ms
memory: 5260kb
input:
60 70 50
output:
58
result:
ok single line: '58'
Test #8:
score: 10
Accepted
time: 18ms
memory: 5248kb
input:
0 0 80
output:
40
result:
ok single line: '40'
Test #9:
score: 10
Accepted
time: 15ms
memory: 5248kb
input:
0 0 100
output:
50
result:
ok single line: '50'
Test #10:
score: 10
Accepted
time: 9ms
memory: 5264kb
input:
0 0 20
output:
10
result:
ok single line: '10'