A=B
评价数不足
Base conversion
   
奖励
收藏
已收藏
取消收藏
标签: level
文件大小
发表于
更新日期
3.465 KB
9 月 6 日 下午 11:31
9 月 9 日 上午 8:39
3 项改动说明 ( 查看 )

订阅以下载
Base conversion

描述
Input: A ternary number.
Output: The number in binary form.
Constraint: 1 <= Input length <= 5
1 条留言
カズエイ 9 月 28 日 上午 3:56 
8 lines (/9 lines)

(once)=(end)0000000
01|=10
1|=|0
|0=0|||
10000000=00000000|
20000000=00000000||
0|=1
(start)0=


The input length will never be five.