Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6535 xingru 骑车与走路 C++ 通过 0 MS 252 KB 269 2023-01-25 12:58:14

Tests(1/1):


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


测评信息: