#include<bits/stdc++.h> using namespace std; int main(){ double x; cin>>x; if(x/3+50>x/2){ cout<<"Walk"; }else if(x/3+50<x/2){ cout<<"Bike"; }else{ cout<<"All"; } }
整数除法没有小数
共 1 条回复
整数除法没有小数