Result

WA

Code [DL]

OutText("Hello World!");

stdin

01001111
00001010
00000001
10111010
00000110
01101001
01011011
11101100
01010110
10011110
00000000
01011110
11001111
00100100
01000100
11111101
00000110
10000100
01111000
00011100
00011101
00010101
01000010
00111100
10101011
11011010
11000110
10000001
00011001
00101101
11011011
00000011
01001000
10011001
00000000
01100001
11100111
10111110
11010010
10001000
00101010
01001110
00110100
10110010
10100000
00001111
10011111
00110111
01011101
10111001

stdout

Hello World!

stderr

Compiling /tmp/code.sim:
gcc -g -O2 -c code.c
code.c: In function ‘main’:
code.c:105:136: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]
 int main(int __argc, char *__argv[]){__progname= __argv[0];goto __sw;__l0:__rstart(__argc,__argv);goto __start;__l1:__slutt:__rslutt();exit(0);__start:__curent_map=__mapmain;
                                                                                                                                        ^
code.c:105:136: warning: incompatible implicit declaration of built-in function ‘exit’
code.c:105:136: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
/tmp/code.sim:1:126: warning: implicit declaration of function ‘__rbe’ [-Wimplicit-function-declaration]
/tmp/code.sim: In function ‘__init’:
/tmp/code.sim:4:19: warning: implicit declaration of function ‘__init_FILE’ [-Wimplicit-function-declaration]
/tmp/code.sim: At top level:
/tmp/code.sim:5:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
/tmp/code.sim:11:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
gcc -g -O2 -o /tmp/code code.o -L/usr/local/lib -lcim

strace