#D9813. Repeat ACL

    ID: 8155 Type: Default 2000ms 1073MiB

Repeat ACL

Repeat ACL

You are given an integer K. Print the string obtained by repeating the string ACL K times and concatenating them.

For example, if K = 3, print ACLACLACL.

Constraints

  • 1 \leq K \leq 5
  • All values in input are integers.

Input

Input is given from Standard Input in the following format:

K

Output

Print the string obtained by repeating the string ACL K times and concatenating them.

Example

Input

3

Output

ACLACLACL

inputFormat

input are integers.

Input

Input is given from Standard Input in the following format:

K

outputFormat

Output

Print the string obtained by repeating the string ACL K times and concatenating them.

Example

Input

3

Output

ACLACLACL

样例

3
ACLACLACL