提交时间:2025-03-21 14:47:23
运行 ID: 313210
s=int(input()) if 27+23+s/3.0 < s/1.2: print("Bike") elif 27+23+s/3.0 > s/1.2: print("Walk") else: print("All")