Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
51599 zhangsicun 骑车与走路 C++ 通过 0 MS 240 KB 257 2024-09-22 21:43:48

Tests(1/1):


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


测评信息: