#include
usingnamespace std;
int main()
{
cout<<"输入两个整数:n";int a,b;
cin>>a>>b;
if(a>b)
cout<
else
cout<
return 0;
system("pause");
}

#include
usingnamespace std;
int main()
{
cout<<"输入两个整数:n";int a,b;
cin>>a>>b;
if(a>b)
cout<
else
cout<
return 0;
system("pause");
}