yes
Time Limit: 1 seconds
Memory Limit: 128 MB
Rating: 800
Problem StatementPrint out an input n.
InputA single string, where len(name) is less than 20 characters. All inputs are strings.
Output"Hello World, {name}!"
Sample CasesSample Input 0: Aakash Sample Output 0: Hello World, Aakash!Explanation
Not available for this problem.
SourcesKL Coding Cup October 2024 > Problem 1
Submit | Back