【例43.3】 转二进制
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
请你把一个整数转化为二进制并从低位到高位输出。
输入格式
一行,仅含一个正整数 ()。
输出格式
从低位到高位输出一个二进制数,表示的二进制形式,每位之间不需要空格。
样例
111101
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
请你把一个整数n转化为二进制并从低位到高位输出。
一行,仅含一个正整数 n (1≤n≤109)。
从低位到高位输出一个二进制数,表示n的二进制形式,每位之间不需要空格。
111101
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.