Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
313210 | 123456 | 【C1-11】童童上班 | Python3 | 通过 | 100 | 43 MS | 3744 KB | 129 | 2025-03-21 14:47:23 |
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")