Codey and CodeNection 2
https://www.hackerrank.com/contests/codenection-2023-final-round-closed-category/challenges/cn-c10
Question
Codey worked really hard and its perseverance has landed it in the CodeNection Finals! Codey wishes to express its love for CodeNection, but this time, it wants you to put a clever twist. Reverse the phrase I LOVE CODENECTION
n
times, and print the final string.
Input Format
The first line contains an integer n
, which represents the number of times Codey wants to reverse the string I LOVE CODENECTION
.
Constraints
Output Format
Output the string I LOVE CODENECTION
reversed n
times.
Sample Inputs:
Last updated