0
0
0
int a,b;
cin>>a>>b;
if(b大于10){
b=.........;
a=.........;
cout<<a<<" "<<b;
}
else{
cout<<a<<" "<<b;
}
0
0
0
0