#3821. 算法训练 s01串
0
算法训练 s01串
Description
s01串初始为"0" 按以下方式变换 0变1,1变01
Input Format
1个整数(0~19)
Output Format
n次变换后s01串
3
101
Source
蓝桥杯练习系统
s01串初始为"0" 按以下方式变换 0变1,1变01
1个整数(0~19)
n次变换后s01串
3
101
蓝桥杯练习系统