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