题解列表

筛选

1849: 成绩等级转换

摘要:```python l=[] for i in range(4): m=int(input()) l.append(m) for i in l: if i>=90 ……