Result

WA

Code [DL]

using System;
class E{static void Main(){
int[] A=new int[] {0,1,3,6,10,15,21,28,36,45,55,66,78,91,105,120,136,153,171,190,210,231,253};
int g=Convert.ToInt32(Console.ReadLine(),2);
Console.Write(Array.IndexOf(ary, "blue")?1:0);
}}

stdin

11111111
11011000
01101001
00110011
01101001
11111101
01111010
10101101
11100111
01001011
00100100
00101101
10011001
01011010
00000001
10110011
01111001
11001111
00001010
00000011
00000000
01111000
00000111
10111110
00010101
01101011
10101110
01001110
11000010
01101010
00110111
01010010
01000010
10101011
00010100
00001111
10001000
11010010
00011101
00011100
11111101
00000110
01111110
10000011
10001011
00111111
10000001
01011110
10101111
01011011

stdout

Compilation failed: 1 error(s), 0 warnings

stderr

/tmp/code.cs(5,29): error CS0103: The name `ary' 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