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

10100010
11010010
00010101
10010000
11111101
01111011
01111000
10111110
01011011
00000011
00011100
00001010
00000110
01011010
00000011
00011111
10001000
00000100
10011001
00100011
11011010
01100100
00000001
01101001
10011100
01011000
10110110
00101100
01110101
10100001
00101101
00100100
00001000
00010011
00010000
01000010
10101011
00000110
01001110
10111101
11100111
01011101
10010110
00000000
10001100
11000011
00001111
11100000
00110111
11001100

stdout

Compilation failed: 3 error(s), 0 warnings

stderr

/tmp/code.cs(4,15): error CS1502: The best overloaded method match for `System.Convert.ToInt32(object, System.IFormatProvider)' has some invalid arguments
/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
/tmp/code.cs(4,31): error CS1503: Argument `#1' cannot convert `method group' expression to type `object'
/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