49. Hello World!

Time Limit: 1 seconds

Memory Limit: 128 MB

Rating: 800

Problem Statement

Print out an input n.

Input

A single string, where len(name) is less than 20 characters. All inputs are strings.

Output

"Hello World, {name}!"

Sample Cases
Sample Input 0:
Aakash

Sample Output 0:
Hello World, Aakash!
Explanation

Not available for this problem.

Sources

KL Coding Cup October 2024 > Problem 1

Submit | Back