Guest User

Untitled

a guest
Apr 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<stdlib.h>
  3.  
  4. int main(int j)
  5. {
  6.     printf("%d\n", j);
  7.     (&main + (&exit-&main)*(j/1000))(j+1);
  8.     return 0;
  9. }
Add Comment
Please, Sign In to add comment