Advertisement
Guest User

Untitled

a guest
Apr 18th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     printf ("%d\n", 0x1'1);
  5.     printf ("%d\n", 1'1);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement