Advertisement
Josif_tepe

Untitled

Sep 29th, 2023
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4.    
  5.  
  6.     int x;
  7.     x = 6;
  8.    
  9.     int y;
  10.     y = 10;
  11.    
  12.     cout << x << endl;
  13.     cout << y << endl;
  14.  
  15.    
  16.    
  17.     return 0;
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement