UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98380#1656. zz的三角形COdEtreE1001ms1188kbC++11369b2020-02-21 23:14:242020-02-21 23:14:25

answer


详细

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

Test #1:

score: 10
Accepted
time: 0ms
memory: 1188kb

input:

32 99 10


output:

58

result:

ok single line: '58'

Test #2:

score: 10
Accepted
time: 0ms
memory: 1168kb

input:

4 5 6


output:

0

result:

ok single line: '0'

Test #3:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

2 3 6


output:

2

result:

ok single line: '2'

Test #4:

score: 10
Accepted
time: 0ms
memory: 1188kb

input:

4 2 7


output:

2

result:

ok single line: '2'

Test #5:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

2 5 2


output:

2

result:

ok single line: '2'

Test #6:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

100 1 1


output:

99

result:

ok single line: '99'

Test #7:

score: 10
Accepted
time: 0ms
memory: 1168kb

input:

1 1 1


output:

0

result:

ok single line: '0'

Test #8:

score: 10
Accepted
time: 1ms
memory: 1188kb

input:

12 34 56


output:

11

result:

ok single line: '11'

Test #9:

score: 10
Accepted
time: 0ms
memory: 1184kb

input:

68 1 67


output:

1

result:

ok single line: '1'

Test #10:

score: 10
Accepted
time: 0ms
memory: 1188kb

input:

100 10 10


output:

81

result:

ok single line: '81'