Advertisement
Josif_tepe

Untitled

Apr 3rd, 2024
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <iostream>
  2. #include <vector>
  3. #include <algorithm>
  4. using namespace std;
  5.  
  6. int main() {
  7.     int x = 123, y = 10;
  8.     cout << x + y << endl;
  9.     return 0;
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement