after changing the program so it doesn't
get TLEs (yes i should have thought
first

Problem: I checked now with various
inputs, and I don't get a Wrong Answer
in my own tests.
So I'm asking myself (again) if
there is something special about the
input:
What is "EOL" is that a new line (I use fgets so I depend on new lines...)?
Why doesn't the encryption of
'Hello Bob ' (10 Chars!) result in
'BolHeol b' (2 spaces between 'l' and 'b') in the given example.
Other Hints what might go wrong ?
(As I said my own test cases seem to work...)
so long
lundril