提交时间:2025-08-27 15:30:46

运行 ID: 343288

#include<iostream> using namespace std; int main(){ int A,B; cin>>A>>B; cout<<max(A,B); }