Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. int a;
  2. cout << "vedi 1 ceslo";
  3. cin >> a;
  4. int b;
  5. cout << "vedi 2 ceslo";
  6. cin >> b;
  7. cout << a+b;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement