""" """ import sys from sys import stdin import math n,m = map(int,stdin.readline().split()) print (n+m)