#abla. [abl_a]Repeat ACL
[abl_a]Repeat ACL
Problem Statement
You are given an integer . Print the string obtained by repeating the string ACL
times and concatenating them.
For example, if , print ACLACLACL
.
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
Print the string obtained by repeating the string ACL
times and concatenating them.
Sample Input 1
3
Sample Output 1
ACLACLACL