Pella86

Untitled

Aug 7th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4. #define c argv[1][i]
  5.  
  6. void main(int argc, char** argv) {
  7.   int i, j;
  8.  
  9.   for (j = 0; j < 1000000000; j++)
  10.     for (i = 0; i < strlen(argv[1]); i++)
  11.       c += ((c > 0x40 && c < 0x4E) || (c > 0x60 && c < 0x6E)) ? 13 : -13;
  12.  
  13.   printf("%s\n", argv[1]);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment