Problem1088--数组-特种兵战队

1088: 数组-特种兵战队

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 208  Solved: 140
[Status] [Submit] [Creator:]

Description

特种兵的选拔对身高有着非常严格的要求,以170cm ~ 180cm为最好的标准。
现有10人入围,请你试编程序,输入10人身高数据,将符合身高要求的人员输出显示。

Input

10个身高数据,均为整数

Output

满足要求的身高

Sample Input Copy

177 187 179 182 191 188 176 180 172 178

Sample Output Copy

177 179 176 180 172 178

Source/Category

 入门