Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
72659 sh25_zhuwy 骑车与走路 C++ 通过 0 MS 252 KB 241 2025-11-02 13:43:28

Tests(1/1):


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


测评信息: