UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#103398#1088. 优秀统计Snow12291000ms1164kbC++514b2020-02-28 22:57:062020-02-28 22:57:07

answer


详细

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

Test #1:

score: 25
Accepted
time: 0ms
memory: 1160kb

input:

67 94 93

output:

2

result:

ok single line: '2'

Test #2:

score: 25
Accepted
time: 0ms
memory: 1164kb

input:

92 78 69

output:

1

result:

ok single line: '1'

Test #3:

score: 25
Accepted
time: 0ms
memory: 1164kb

input:

90 90 90

output:

3

result:

ok single line: '3'

Test #4:

score: 25
Accepted
time: 0ms
memory: 1160kb

input:

77 88 78

output:

0

result:

ok single line: '0'