Points:
100 (p)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Mật mã Caesar thì phức tạp hơn hai mật mã trước đó khi quy tắc của nó là lùi lại 3 kí tự:
a -> x, b -> y, c -> z, d -> a,..., z -> w
Input
- Xâu \(S(0 < |S| < 225)\)
Output
- Đưa ra kết quả mà đề bài yêu cầu
Example
Test 1
Input
frgh guhdp
Output
code dream
Comments