Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <string.h>
- #define c argv[1][i]
- void main(int argc, char** argv) {
- int i, j;
- for (j = 0; j < 1000000000; j++)
- for (i = 0; i < strlen(argv[1]); i++)
- c += ((c > 0x40 && c < 0x4E) || (c > 0x60 && c < 0x6E)) ? 13 : -13;
- printf("%s\n", argv[1]);
- }
Advertisement
Add Comment
Please, Sign In to add comment