Run ID:102168
提交时间:2024-12-21 12:24:27
#include<iostream> using namespace std; int main(){ double a,b; cin>>a; if(a<b){ cout<<b; } return 0; }