Result

WA

Code [DL]

main(){putchar(getc(0));}

stdin

00011110
11111101
00101111
01011011
11100111
00001010
00011100
10011001
00011111
11010010
00100100
00000011
00110010
11110110
01001111
00100011
01111100
01111001
01110001
00000110
01000110
00110111
10101011
00101101
01000011
00010000
11001011
00010101
00000001
00010010
10111110
11010110
00001110
00001111
00000000
11011111
10101011
10100000
10111111
01111000
00111011
10010010
00000100
11110101
10001000
00101110
01000010
01001110
01101001
11111101

stdout

stderr

/tmp/code.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main(){putchar(getc(0));}
 ^
/tmp/code.c: In function ‘main’:
/tmp/code.c:1:8: warning: implicit declaration of function ‘putchar’ [-Wimplicit-function-declaration]
 main(){putchar(getc(0));}
        ^
/tmp/code.c:1:16: warning: implicit declaration of function ‘getc’ [-Wimplicit-function-declaration]
 main(){putchar(getc(0));}
                ^
/home/esolang/bin/c-gcc: line 6:    13 Done                    cat -
        14 Segmentation fault      (core dumped) | /tmp/code

strace