1 条题解

  • 0
    @ 2024-11-23 15:15:22

    #include<bits/stdc++.h> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; if(a+b+c+d<51) cout<<"Rabbit wins"; else cout<<"Rabbit lose"; }

    • 1

    [语言月赛 202308] 四个人的排名加起来没有小粉兔高

    信息

    ID
    1001
    时间
    1000ms
    内存
    512MiB
    难度
    3
    标签
    递交数
    108
    已通过
    61
    上传者