Problem D
BergMál
Languages
en
is
Now all the world’s programmers are trying to figure out how you program in BergMál, so they have worked together to put a keylogger on Bergur’s computer. The keylogger then sends back what keys Bergur presses and in what order. Can you take the info that the keylogger sent and rewrite Bergur’s code in BergMál?
Input
A single line with the info that the keylogger sent. The keylogger sends at least one character and at most $1\, 000$ characters.
Output
Output Bergur’s code.
Scoring
Group |
Points |
Constraints |
1 |
100 |
No further constraints |
Sample Input 1 | Sample Output 1 |
---|---|
#BergMal er malid |
#BergMal er malid |
Sample Input 2 | Sample Output 2 |
---|---|
_='_=%r;print(_%%_)';print(_%_) |
_='_=%r;print(_%%_)';print(_%_) |