2023031683 - FJ的字符串

通过次数

0

提交次数

0

Time Limit : 1 秒
Memory Limit : 128 MB



 &nbsp 基础练习&nbsp FJ的字符串&nbsp  

时间限制:1.0s&nbsp  &nbsp 内存限制:512.0MB

 &nbsp  &nbsp

问题描述

  FJ在沙盘上写了这样一些字符串:

  A1&nbsp =&nbsp “A”

  A2&nbsp =&nbsp “ABA”

  A3&nbsp =&nbsp “ABACABA”

  A4&nbsp =&nbsp “ABACABADABACABA”

  …&nbsp …

  你能找出其中的规律并写所有的数列AN吗?

输入格式

  仅有一个数:N&nbsp ≤&nbsp 26。

输出格式

  请输出相应的字符串AN,以一个换行符结束。输出中不得含有多余的空格或换行、回车符。

样例输入

3

样例输出

ABACABA





Input

Output

Examples

Input


                            

Output


                            

Hint

请关注微信公众号onlinejudge

Source

基础训练