ILOVEYOU - I Love You

no tags 

Make a program to print out the string "I Love you x times", with x is variable that refers to an integer value.

Input

The input consist of only one line, the number x (integer).

Output

Print the string based on the description.

Example

Input:
3000

Output:
I Love you 3000 times


Added by:Bayu_Laksana
Date:2019-09-19
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:C-CLANG C NCSHARP JULIA PYPY3
Resource:Practice Problem IUP Basic Programming