Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6532 xingru 骑车与走路 C++ 解答错误 0 MS 240 KB 252 2023-01-25 12:52:02

Tests(0/1):


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


测评信息: