Codey and CodeNection
https://www.hackerrank.com/contests/codenection-2023-preliminary-round-closed-category/challenges/cn-c1
Question
Codey is joining CodeNection for the first time and it is loving it! Help Codey express itself by printing the string I LOVE CODENECTION
n
times.
Input Format
The first line contains an integer n
, which represents the number of times Codey wants to express love for CodeNection.
Constraints
Output Format
Output the string I LOVE CODENECTION
followed by a new line for n
times.
Sample Inputs:
Last updated