16 条题解

  • 1
    @ 2025-11-7 21:31:32

    包AC

    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c; 
    int main(){
    	cin >> a >> b >> c;
    	cout << max(c,max(a,b));
    	return 0;
    }
    

    信息

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