#3912. 二叉树入门(4)

二叉树入门(4)

题目描述

给定一个整数表示二叉树的层数,输出该层数中的偶数

输入数据

4

输出数据

8 4 10 2 12 6 14

Limitation

1s, 1024KiB for each test case.