#include void main() { int x,y; cout<< "Enter two integers: "; cin>>x>>y; if (x > y) cout<< x <