Result

WA

Code [DL]

using System.IO.Console.Out;
public class E{public static void Main(){WriteLine("HELLO");}}

stdin

11100111
00000000
10111110
00001010
00011100
10101111
10001111
10111100
10001000
10111110
11011011
11001110
01101011
11110110
11010010
00101101
01100101
00000011
11110100
00101110
00000110
00000001
00010101
01100001
01011011
01111000
10101011
00110111
00001111
01010100
00101000
01111100
01001011
11001011
11010001
00001111
01101001
10100110
11111101
01000110
10100111
10000001
01001110
10011001
01010010
00100100
01000010
10110100
11011001
00010000

stdout

Compilation failed: 1 error(s), 0 warnings

stderr

/tmp/code.cs(1,17): error CS0234: The type or namespace name `Console' does not exist in the namespace `System.IO'. Are you missing an assembly reference?
Cannot open assembly '/tmp/code.exe': No such file or directory.
rm: cannot remove '/tmp/code.exe': No such file or directory

strace