#include <iostream> using namespace std; int main( void ) { int m=0, n=0; cout << ( m>++n ? m: ++n ) << endl; }