#!/usr/bin/python # -*- coding: utf-8 -*- str = map(int, raw_input().split()) print sum(str)