#include main() { cout << "OVAJ PROGRAM SABIRA 2 BROJA" << endl; int a,b; cout << endl << "a="; cin >> a; cout << endl << "b="; cin >> b; cout << endl << "ZBIR JE " << a+b; return 0; }