Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. int main() {
  2. Incognizable a;
  3. Incognizable b = {};
  4. Incognizable c = {0};
  5. Incognizable d = {0, 1};
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement