F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Color the blocks

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 262144/262144 K (Java/Others)
Total Submission(s): 90    Accepted Submission(s): 43


Problem Description
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 one integer $N(1 \leq N \leq 10^9)$.
 

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

Sample Input
2 1 6
 

Sample Output
2 4
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-12 07:57:00, Gzip enabled