#include using namespace std; int main() { int x, a, b; a = 5; b = 7; x = a + b / 2; cout << "Salut " << x+2 << " ceva"; return 0; }