1 条题解

  • 0
    @ 2026-4-7 17:46:34

    #include<bits/stdc++.h> using namespace std; int main(){ int w; cin>>w; if(w<10) cout<<"A"; else if(w<20) cout<<"B"; else if(w<40) cout<<"C"; else if(w<50) cout<<"D"; else cout<<"E"; return 0; }

    • 1

    【入门】找出最经济型的包装箱型号

    信息

    ID
    2362
    时间
    1000ms
    内存
    16MiB
    难度
    3
    标签
    递交数
    18
    已通过
    14
    上传者