Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76569 sh25_zhangjiajia 骑车与走路 C++ 通过 0 MS 240 KB 312 2025-12-19 15:28:57

Tests(1/1):


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


测评信息: