시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB1651066668.041%

문제

Beads of red, blue or green colors are connected together into a circular necklace of n beads ( n < 24 ). If the repetitions that are produced by rotation around the center of the circular necklace or reflection to the axis of symmetry are all neglected, how many different forms of the necklace are there?

 

입력

The input has several lines, and each line contains the input data n. -1 denotes the end of the input file.

출력

The output should contain the output data: Number of different forms, in each line correspondent to the input data.

예제 입력 1

4
5
-1

예제 출력 1

21
39

출처

ICPC > Regionals > Asia East Continent > China > Xi'an > Xi'an Regional Contest 2002 E번

  • 잘못된 조건을 찾은 사람: jh05013