Result

WA

Code [DL]

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

stdin

00000000
01101001
00000110
10010100
00001111
10000100
10001101
01101011
10001100
00110111
10001111
00010101
01001000
00010011
10010111
01011110
00101101
01011011
01001110
01010000
10011110
01110100
00001010
00010101
00100100
10101010
10111110
10101011
01111000
00000001
10111110
00011100
11101110
11100111
10001000
10100100
00000011
11110101
11111011
10011001
01100101
10011101
11010010
01110001
11111101
01000010
10101110
00110011
10000111
11111111

stdout

Compilation failed: 1 error(s), 0 warnings

stderr

/tmp/code.cs(2,42): error CS0103: The name `Console' does not exist in the current context
Cannot open assembly '/tmp/code.exe': No such file or directory.
rm: cannot remove '/tmp/code.exe': No such file or directory

strace