Result

WA

Code [DL]

i;main(n,x){printf("%d %d %d",i,n,x);}

stdin

01111010
10101011
01111101
11011001
10010001
01001011
10111110
01001110
01000011
00110110
01011011
01010001
10010110
00000001
00000101
01100011
00001001
01111000
00001000
00000000
11111101
00101101
11001010
11001110
10110010
00111001
00001011
00011001
10011001
01000010
11011100
00000011
00001010
00001111
01101001
00001100
01001100
00011100
11110011
00101101
00110111
00100100
11010010
11100111
00011011
00000000
10001000
00010101
00000110
00100011

stdout

0 1 -1713070072

stderr

/tmp/code.c:1:1: warning: data definition has no type or storage class
 i;main(n,x){printf("%d %d %d",i,n,x);}
 ^
/tmp/code.c:1:1: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
/tmp/code.c:1:3: warning: return type defaults to ‘int’ [-Wimplicit-int]
 i;main(n,x){printf("%d %d %d",i,n,x);}
   ^
/tmp/code.c: In function ‘main’:
/tmp/code.c:1:3: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
/tmp/code.c:1:3: warning: type of ‘x’ defaults to ‘int’ [-Wimplicit-int]
/tmp/code.c:1:13: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]
 i;main(n,x){printf("%d %d %d",i,n,x);}
             ^
/tmp/code.c:1:13: warning: incompatible implicit declaration of built-in function ‘printf’
/tmp/code.c:1:13: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’

strace