#3911. 二叉树入门(3)

二叉树入门(3)

题目描述

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

输入数据

4

输出数据

894101152121361415731

Limitation

1s, 1024KiB for each test case.