8 条题解

  • -1
    @ 2023-5-11 16:58:33

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

    信息

    ID
    608
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    317
    已通过
    156
    上传者