Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
81385 sh25_wuyy 骑车与走路 C++ 通过 0 MS 248 KB 248 2026-01-04 17:30:13

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ int m; cin>>m; if(m/1.2>m/3.0+50.0){ cout<<"Bike"; }else if(m/1.2<m/3.0+50.0){ cout<<"Walk"; }else{ cout<<"All"; } return 0; }


测评信息: