Run ID:144787

提交时间:2026-01-24 18:46:22

#include<bits/stdc++.h> using namespace std; int main(){ int t,n; scanf("%d %d", &t,&n); cout<<"max="<<max(t,n)<<endl; return 0; }