Problem A: n个apple

Problem A: n个apple

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 53  Solved: 17
[Status] [Submit] [Creator:]

Description

输入一个整数 n(1 ≤ n ≤ 100),输出共 n 行,每行包含一个字符串 "apple"。  

Input

一个整数 n(1 ≤ n ≤ 100)。

Output

输出共 n 行,每行包含一个字符串 "apple"。  

Sample Input Copy

3

Sample Output Copy

apple
apple
apple