Advertisement
Josif_tepe

Untitled

Oct 9th, 2022
833
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.  
  4.  
  5. using namespace std;
  6.  
  7.  
  8.  
  9. int main() {
  10.    
  11.     int a;
  12.     int b;
  13.    
  14.     cin >> a >> b;
  15.    
  16.     cout << a + b << endl;
  17.    
  18.     return 0;
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement