greetings2 - bradendubois/competitive-programming GitHub Wiki
Greetings!
ID: greetings2
Difficulty: 1.3
CPU Time: 1 second
Memory: 1024 MB
Solution
For this, read in the string, and subtract 2 (the "h" and "y"), call this value x. Output "h", 2 * x "e"s, and a "y".