Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
37646 yuzhengxun 骑车与走路 C++ 编译错误 0 MS 0 KB 238 2024-01-22 15:23:48

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main() { int l; cin>>l; double b=27.0+23.0+l*1.0/3.0; double w=l*1.0/1.2; if(w>b){ cout<<"Bike"; }else if(b>w){ cout<<"Walk"; }else{ cout<<"All" } return 0; }


测评信息: