Advertisement
TwITe

Untitled

Jul 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.05 KB | None | 0 0
  1. {
  2.     int a = 2;
  3.     a++
  4.     {
  5.         int a = 3
  6.         a--
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement