import sys # 1 文字読むのにどれくらい時間かかる? n = int(input()) # 参考 : https://x.com/maspy_stars/status/1880219187681062919 c = sys.stdin.read(1) print(c) # コードテストで 30 ms かかった,こらあかんわ.