Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
20795 LeoWang 骑车与走路 C++ 通过 0 MS 236 KB 269 2023-06-20 08:51:47

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; }


测评信息: