Run ID:89548
提交时间:2024-08-25 14:38:16
#include<iostream> using namespace std; int main(){ int c,j; cin>>c>>j; if(c>j){ cout<<c; } else{ cout<<j; } }