#!/usr/bin/python3 # base64_text_decode.py # # Author: Intel A80486DX2-66 # License: Creative Commons Zero 1.0 Universal or Unlicense # SPDX-License-Identifier: CC0-1.0 OR Unlicense print(__import__("base64").b64decode(input()).decode())