Result

WA

Code [DL]

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

stdin

00100001
00000110
01011011
11100011
10010111
01000101
11010010
00000000
10000011
00011100
10010000
00101010
00000001
00101101
11111101
10001000
11111101
00111101
10001010
00001111
00011000
00001101
11101101
01111000
11000010
10011001
11010111
01011010
00001010
00010100
01000010
00110111
01101001
10111110
10010110
10101000
10010001
01101101
01011000
10101011
01001110
00010101
10100010
01010100
11100111
11001101
00011100
00000011
00100100
01111110

stdout

1

stderr

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

strace