#include <bits/stdc++.h> using namespace std; int main() { char c; while(cin>>c)cout << char(int(c)-7); }