#include #include using namespace std; int main() { int a,b; cout<<"Unesite brojeve: "; cin >>a>>b; if (a>b) cout<<"\nZbroj je"<