这是代码:
a=int(input())
if (a/3.0)+23+27<1.2/a:
print('Bike')
elif (a/3.0)+23+27>1.2/a:
print('Walk')
elif (a/3.0)+23+27==1.2/a:
print('All')