Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
38532 奚晨瑞 骑车与走路 C++ 通过 0 MS 248 KB 222 2024-01-27 16:20:42

Tests(1/1):


#include<iostream> using namespace std; int main() { int dis; cin>>dis; float a=50+(dis/3.0); float b=dis/1.2; if(a<b){ cout<<"Bike"; } else if(a==b){ cout<<"All"; } else{ cout<<"Walk"; } }


测评信息: