Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
30365 lmz120809 骑车与走路 C++ 通过 0 MS 244 KB 278 2023-11-07 20:38:52

Tests(1/1):


#include<iostream> using namespace std; int main() { int a; cin>>a; double b,w; b=a/3.0+23+27; w=a/1.2; if(b==w){ cout<<"All"; } else if(b<w){ cout<<"Bike"; } else { cout<<"Walk"; } return 0; }


测评信息: