ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#92425 | #1088. 优秀统计 | Billy_Hellington | 100 | 0ms | 1200kb | C++ | 180b | 2020-02-16 13:31:16 | 2020-02-16 13:31:18 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1196kb
input:
67 94 93
output:
2
result:
ok single line: '2'
Test #2:
score: 25
Accepted
time: 0ms
memory: 1196kb
input:
92 78 69
output:
1
result:
ok single line: '1'
Test #3:
score: 25
Accepted
time: 0ms
memory: 1200kb
input:
90 90 90
output:
3
result:
ok single line: '3'
Test #4:
score: 25
Accepted
time: 0ms
memory: 1200kb
input:
77 88 78
output:
0
result:
ok single line: '0'