Advertisement
Josif_tepe

Untitled

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