#3910. 二叉树入门(2)

二叉树入门(2)

题目描述

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

输入数据

3

输出数据

4251637

Limitation

1s, 1024KiB for each test case.