提交时间:2023-12-31 08:53:24

运行 ID: 33654

#include<bits/stdc++.h> using namespace std; int main(){ int x; float a,b; cin>>x; a+50+x/3.0; b=x/1.2; if(a==b){ cout<<"All"<<endl; } if(a<b){ cout<<"Bike"<<endl; } if(a>b){ cout<<"Walk"<<endl; } return 0; }