Start: Nov, 12, 2017 10:00:00
2017秋Python程序设计基础培训第一次作业
End: Nov, 19, 2017 12:00:00
Time elapsed:
Time remaining:

Problem_ID: B
Result: Accepted
Time: 78ms
Memory: 24300kB
Author: hhh123
In contest: 1121

name_height=["cyp:170", "mwy:165", "zp:175", "wxa:175", "zl:160", "yl:175", "cjc:180", "ydw:180", "sjy:165", "wjn:165", "lsc:170", "wzj:170", "zry:170", "cjf:170"]
for i in range(0,14):
   if int(name_height[i][-3:])>150:
       print(name_height[i].split(":")[0])