CF584B.Kolya and Tanya
普及/提高-
通过率:0%
AC君温馨提醒
该题目为【codeforces】题库的题目,您提交的代码将被提交至codeforces进行远程评测,并由ACGO抓取测评结果后进行展示。由于远程测评的测评机由其他平台提供,我们无法保证该服务的稳定性,若提交后无反应,请等待一段时间后再进行重试。
题目描述
Kolya loves putting gnomes at the circle table and giving them coins, and Tanya loves studying triplets of gnomes, sitting in the vertexes of an equilateral triangle.
More formally, there are 3n gnomes sitting in a circle. Each gnome can have from 1 to 3 coins. Let's number the places in the order they occur in the circle by numbers from 0 to 3n−1 , let the gnome sitting on the i -th place have ai coins. If there is an integer i ( 0<=i<n ) such that ai+ai+n+ai+2n=6 , then Tanya is satisfied.
Count the number of ways to choose ai so that Tanya is satisfied. As there can be many ways of distributing coins, print the remainder of this number modulo 109+7 . Two ways, a and b , are considered distinct if there is index i ( 0<=i<3n ), such that ai=bi (that is, some gnome got different number of coins in these two ways).
输入格式
A single line contains number n ( 1<=n<=105 ) — the number of the gnomes divided by three.
输出格式
Print a single number — the remainder of the number of variants of distributing coins that satisfy Tanya modulo 109+7 .
输入输出样例
输入#1
1
输出#1
20
输入#2
2
输出#2
680
说明/提示
20 ways for n=1 (gnome with index 0 sits on the top of the triangle, gnome 1 on the right vertex, gnome 2 on the left vertex):