#3913. 二叉树入门(5)

二叉树入门(5)

题目描述

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

输入数据

4

输出数据

56

Limitation

1s, 1024KiB for each test case.