UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#100839#1160. 成绩huangka100141ms5264kbPython363b2020-02-25 10:44:412020-02-25 10:44:41

answer


详细

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

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'