Advertisement
Josif_tepe

Untitled

Oct 23rd, 2024
35
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. using namespace std;
  3.  
  4. int main() {
  5.  
  6.     int a, b;
  7.    
  8.     cin >> a;
  9.     cin >> b;
  10.    
  11.     cout << a << endl;
  12.     cout << b << endl;
  13.     return 0;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement