#!/usr/bin/python3
import sweecrypt
from sys import argv
print(sweecrypt.decrypt(" ".join(argv[3:])))