#include using namespace std; int main() { int a; cin >> a; if (a / 3.0 + 27 + 23 > a / 1.2) printf("Walk"); else printf("Bike"); return 0; }