Advertisement
Ro_ro400_

Untitled

Sep 26th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. int a;
  8. int f;
  9. cout << "vvedi 1e chislo:";
  10. cin >> a;
  11. cout << "vvedi 2e chislo:";
  12. cin >> f;
  13. cout << "summa = ";
  14. cout << a+f;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement