import std::io;
fn void main()
{
io::printfn("%b", 0);
io::printfn("%b", 5);
io::printfn("%b", 50);
io::printfn("%b", 5000);
}