#3914. 二叉树入门(6)

二叉树入门(6)

题目描述

给定一个整数n,表示二叉树的层数, 求该二叉树中的质数

输入数据

4

输出数据

11 5 2 13 7 3

提示

Limitation

1s, 1024KiB for each test case.