Skip to content

greetings2

bradendubois edited this page Sep 10, 2021 · 8 revisions

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".

Clone this wiki locally