Advertisement
Mihai_Preda

Untitled

Feb 23rd, 2021
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     int x, a, b;
  8.     a = 5;
  9.     b = 7;
  10.     x = a + b / 2;
  11.     cout << "Salut " << x+2 << " ceva";
  12.     return 0;
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement