19 条题解

  • 0
    @ 2026-4-26 21:31:59

    #include #include #include #include<string.h> #include<math.h> #include #include #include using namespace std; int main() { int a,b,c; cin>>a>>b>>c; int max_value =std::max(a,std::max(b,c)); cout<<max_value; return 0; }

    信息

    ID
    877
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1206
    已通过
    490
    上传者