Back
Close

The Not So Usual Pad

Statement
Guess the cipher!

Input description
<< 1 Line: >> A line containing one or more space-separated integers <<N>>

Output description
A line containing one or more words.

Constraints
{{0}}< << Size(S) >> <={{1024}}; {{0}}<=<<N>><={{9999}}

Game modes

Test cases
The starter Test
Input
777 33 2 3 999 0 7777 33 8 0 4 666
Output
READY SET GO

The starter Validator
Input
777 33 2 3 999 0 7777 33 8 0 4 666
Output
READY SET GO

The smaller one Test
Input
333 666 666
Output
FOO

The smaller one Validator
Input
22 2 777
Output
BAR

Random Test
Input
222 44 55 0 77 444 22
Output
CHK QIB

Check all chars! Validator
Input
2 22 222 3 33 333 4 44 444 5 55 555 6 66 666 7 77 777 7777 8 88 888 9 99 999 9999 0
Output
ABCDEFGHIJKLMNOPQRSTUVWXYZ

Making it Simpler Test
Input
4 88 33 7777 7777 0 0 0 0 4 88 33 7777 7777
Output
GUESS GUESS

Multi Space Validator
Input
4 88 33 0 0 7777 7777 0 0 0 0 4 88 0 0 33 7777 7777
Output
GUE SS GU ESS

Random II Test
Input
9999 666 666
Output
ZOO

Random II Validator
Input
9999 666 666
Output
ZOO

Random III Test
Input
6 5 0 555 66 0 7
Output
MJ LN P

Random III Validator
Input
7 6 5 0 555 66 0 7 0 77
Output
PMJ LN P Q

Random IV Test
Input
999 0 77 99 0 88 888 0 77 9 0 7 99 0 555 999
Output
Y QX UV QW PX LY

Random IV Validator
Input
222 666 3 444 66 4 2 6 33
Output
CODINGAME

Solution language

Solution

Stub generator input