#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; #define MP(a,b) make_pair(a,b) int main() { ios::sync_with_stdio(false); cin.tie(0); int a,b,c; cin>>a>>b>>c; cout<<max(max(a,b),c); return 0; }
使用您的 清北信奥登峰计划 通用账户