提交时间:2026-05-29 20:16:06

运行 ID: 442116

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