#include main() { int a,b; cout << "a,b="; cin >> a,b; if (a==b) {cout <<"brojevi su jednaki";} else {cout <<"brojevi su razli?iti";}; return 0; }