导航切换
Back
Overview
Status
Standings
Clarifications
Login
Login
Register
Start:
Jul, 17, 2019 00:00:00
20190717Python程序设计基础培训第三次作业
End:
Jul, 21, 2019 00:00:00
Time elapsed:
Time remaining:
Problem_ID:
B
Result:
Accepted
Time:
51ms
Memory:
25312kB
Author:
15024334404
In contest:
1295
复制代码
s = list(input().split()) for n in range(len(s)): if s[n][0] == "q" or s[n][0] == "Q": print(s[n])