Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

IOCCC

Name: Anonymous 2012-02-10 12:59

P,R=1,M=3,S;main(s){(P=M+S,M=S,S=s)%++R||printf("%d\n",R),main(P);}

Name: Anonymous 2012-02-10 13:14

>>1
#include <stdio.h>

int first, second;
int third = 1;
int fourth = 3;

int main(int arg) /* warning: undefined behavior */
{
    first = fourth + second;
    fourth = second;
    second = arg;
    ++third;
    if (arg % third == 0) {
        printf("%d\n", third);
    }
    main(first); /* prepare for nasal demons */

    return 0;
}

Name: Anonymous 2012-02-10 13:19



offs  asc hex dec oct bin
0000:  H  48  072 110 01001000
0001:  A  41  065 101 01000001
0002:  X  58  088 130 01011000
0003:     20  032 040 00100000
0004:  M  4D  077 115 01001101
0005:  Y  59  089 131 01011001
0006:     20  032 040 00100000
0007:  A  41  065 101 01000001
0008:  N  4E  078 116 01001110
0009:  U  55  085 125 01010101
0010:  S  53  083 123 01010011
0011:     0A  010 012 00001010
0012:     0A  010 012 00001010

Name: Anonymous 2012-02-10 16:34

blurglechuncheon

Don't change these.
Name: Email:
Entire Thread Thread List