Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
40382 chenyanda 骑车与走路 C++ 通过 0 MS 252 KB 207 2024-02-09 22:07:10

Tests(1/1):


#include<iostream> using namespace std; int main() { double a,x,y; cin>>a; x=a/3.0+50; y=a/1.2; if(x==y){ cout<<"All"; } if(x<y){ cout<<"Bike"; } if(x>y){ cout<<"Walk"; } }


测评信息: