A ICPC-strings
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Consider the ICPC-string as the string consisting of letters ICPC such that any consecutive letters contain two letters C, one letter I and one letter P.
For given your task is to find the number of the different ICPC-strings of length .
Input
Contains one integer — the length of the string.
Output
Print one integer — the number of ICPC-strings of length .
Examples
Input #1
Answer #1
Submissions 793
Acceptance rate 63%