# 读取输入,分割成两个整数 M, D = map(int, input().split()) # 计算和并输出 print(M + D)