18 条题解

  • 1
    @ 2025-12-14 20:31:23
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    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
    标签
    递交数
    1153
    已通过
    473
    上传者