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")