WC '16 Contest 1 J1 - A Spooky Season

View as PDF

Submit solution


Points: 3
Time limit: 1.0s
Memory limit: 16M

Author:
Problem type
Woburn Challenge 2016-17 Round 1 - Junior Division

Late October can be a rather frightening time of year. Night begins to fall ever earlier, ancient Pagan rituals make demons stir, and at the end of the month, hordes of small creatures can even be seen roaming the streets! It's a spooky sight if there ever was one.

But just how spooky is this demonic festival? Its spookiness level can, in fact, be measured and represented as a single integer S (2 \le S \le 20). However, a simple number doesn't truly do the spooky sensation justice. As such, it can also be described with the word spoo...ooky, with exactly S o's.

Given the integer S, can you cast a spooky incantation on your computer to have it produce the corresponding spooky word?

Input Specification

The first and only line of input consists of a single integer S.

Output Specification

Output a single line consisting of a single string – the spooky word corresponding to the given value of S.

Sample Input

5

Sample Output

spoooooky

Comments


  • 0
    Yakubov  commented on Feb. 21, 2024, 7:02 a.m.

    Try to solve with string concatenation.


  • -16
    Sylixize  commented on Jan. 2, 2024, 8:11 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.