{"raw_statement":[{"iden":"problem statement","content":"AtCoder Grand Contest (AGC), a regularly held contest with a world authority, has been held $54$ times.\nJust like the $230$\\-th ABC ― the one you are in now ― is called `ABC230`, the $N$\\-th AGC is initially named with a zero-padded $3$\\-digit number $N$. (The $1$\\-st AGC is `AGC001`, the $2$\\-nd AGC is `AGC002`, ...)\nHowever, the latest $54$\\-th AGC is called `AGC055`, where the number is one greater than $54$. Because `AGC042` is canceled and missing due to the social situation, the $42$\\-th and subsequent contests are assigned numbers that are one greater than the numbers of contests held. (See also the explanations at Sample Inputs and Outputs.)\nHere is the problem: given an integer $N$, print the name of the $N$\\-th AGC in the format `AGCXXX`, where `XXX` is the zero-padded $3$\\-digit number."},{"iden":"constraints","content":"*   $1 \\leq N \\leq 54$\n*   $N$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"42"},{"iden":"sample output 1","content":"AGC043\n\nAs explained in Problem Statement, the $42$\\-th and subsequent AGCs are assigned numbers that are one greater than the numbers of contests.  \nThus, the $42$\\-th AGC is named `AGC043`."},{"iden":"sample input 2","content":"19"},{"iden":"sample output 2","content":"AGC019\n\nThe $41$\\-th and preceding AGCs are assigned numbers that are equal to the numbers of contests.  \nThus, the answer is `AGC019`."},{"iden":"sample input 3","content":"1"},{"iden":"sample output 3","content":"AGC001\n\nAs mentioned in Problem Statement, the $1$\\-st AGC is named `AGC001`.  \nBe sure to pad the number with zeros into a $3$\\-digit number."},{"iden":"sample input 4","content":"50"},{"iden":"sample output 4","content":"AGC051"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}