#!/usr/bin/env python3 # -*- coding: utf-8-*- a, b = map(int, input().split(" ")) s = input() print(a + b, s)