Advertisement
triclops200

For trolling new C programmers

Jul 5th, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.46 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include <stdlib.h>
  4. int main(int argc, char**argv)
  5. {
  6.     unsigned long long int c[2] = {8022916924116329800,43509902450};
  7.     int i = 0;
  8.     char* x;
  9.     int shit;
  10.     int stuff = strlen((char*)c);
  11.     while(i < stuff){
  12.         x = malloc(3);
  13.         shit = (int)x;
  14.         if(shit%((char*)c)[i]==16 || shit%((char*)c)[i] == 0){
  15.             printf("%c",((char*)c)[i]);
  16.             i++;
  17.         }
  18.     }  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement