Advertisement
Josif_tepe

Untitled

Mar 12th, 2024
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1.  int a = 3, b = -18;
  2.    
  3.     int x = -b / a;
  4.     cout << x << endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement