import system'routines;
import extensions;
public program()
{
new int[]{5,50,9000}.forEach::(n)
Console.printLine(n.toString(2))
}