Run ID:102173

提交时间:2024-12-21 12:29:31

#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; if(b>a){ cout<<b; } return 0; }