1 条题解

  • 1
    @ 2025-8-1 9:42:20

    #include<bits/stdc++.h> using namespace std; int main(){ int a; cin >> a; if ((a-501.2)/1.2<a/3.0) { cout << "Walk" << endl; } else if ((a-501.2)/1.2>a/3.0) { cout << "Bike" << endl; } else cout << "All" <<endl; return 0; }

    信息

    ID
    130
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    78
    已通过
    36
    上传者