Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
86971 丁俊杰 晚餐 Python3 Accepted 34 MS 3740 KB 204 2024-07-31 19:53:09

Tests(1/1):


Code:

results=["bowl","knife","fork","chopsticks"] while True: a=list(map(str,input().split())) for x in a: if x in results: print(x,end=" ")