n=eval(input()) t1=n/1.2 t2=n/3.0+27+23 if t1==t2: print('All') elif t1>t2: print('Bike') else: print('Walk')
觉得有用的话采纳一下哈