#3909. 二叉树入门

二叉树入门

题目描述

给定一个整数请输出一个层的满二叉树, 前序遍历

输入样例

4

输出样例

124895101136121371415

Limitation

1s, 1024KiB for each test case.