1 条题解

  • 0
    @ 2024-5-5 8:45:30
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c,maxx;
    int main()
    {cin>>a>>b>>c;
    maxx=a;
    if(b>maxx)maxx=b;
    if(c>maxx)maxx=c;
    cout<<maxx;
          return 0;
    }
    
    • 1

    信息

    ID
    82
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    463
    已通过
    219
    上传者