E. Hard Test
time limit per test
1 second
memory limit per test
1024 megabytes
input
standard input
output
standard output

$$$\textit{Kifah}$$$ heard that some contestants in Al-Baath University doesn't know how to read an integer in c++. So he prepared a hard test to find out.

you will read an integer $$$n$$$, so we make sure you are a good programer. Then, you can ask the jury the verdict you want. You can print "AC" (without quotes) if you want "Accepted" verdict, or you can print any thing else.

Input

The only line has one integer $$$n$$$ $$$(1 \le n \le 1000)$$$ some nonsense integer.

Output

Print "AC" (without quotes) if you want "Accepted" verdict. Otherwise, print any thing.

Hint: You are here to get Accepted.

Example
Input
5
Output
AC