407482: GYM102801 J Color the blocks

Memory Limit:64 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

J. Color the blockstime limit per test1 secondmemory limit per test64 megabytesinputstandard inputoutputstandard output

Given you an $$$N*N$$$ grid graph,you can color any block black or white,but you have to meet the condition:

For each block $$$(x,y)$$$,it can't be the same color as $$$(x-3,y),(x-1,y+2),(x+1,y+2),(x+3,y)$$$.

You need to calculate the total number of options for coloring the $$$N*N$$$ grid graph.

Input

There are $$$T$$$ test cases in this problem.

The first line has one integer $$$T(1 \leq T \leq 10^5)$$$.

For every test case,the first line has $$$1$$$ integer $$$N(1 \leq N \leq 10^9)$$$.

Output

For every test case, output the answer in a line.

ExampleInput
2
1
6
Output
2
4

加入题单

上一题 下一题 算法标签: