码迷,mamicode.com
首页 > 其他好文 > 详细

Coloring Game(思维题)

时间:2019-04-22 21:05:58      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:lin   输入   tput   orm   def   cst   algo   VID   .com   

David has a white board with 2×N2 \times N2×N grids.He decides to paint some grids black with his brush.He always starts at the top left corner and ends at the bottom right corner, where grids should be black ultimately.

Each time he can move his brush up(), down(), left(), right(), left up(), left down(), right up(), right down () to the next grid.

For a grid visited before,the color is still black. Otherwise it changes from white to black.

David wants you to compute the number of different color schemes for a given board. Two color schemes are considered different if and only if the color of at least one corresponding position is different.

Input

One line including an integer n(0<n≤109)n(0<n \le 10^9)n(0<n109)

Output

One line including an integer, which represent the answer ?mod?1000000007\bmod 1000000007mod1000000007

样例输入1 

2

样例输出1 

4

样例解释1

技术图片

样例输入2 

3

样例输出2 

12

样例解释2

技术图片

 

Coloring Game(思维题)

标签:lin   输入   tput   orm   def   cst   algo   VID   .com   

原文地址:https://www.cnblogs.com/RootVount/p/10752643.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!