from collections import *
from itertools import *
from functools import *
from heapq import *
import sys,math
input = sys.stdin.readline

A = int(input())
B = int(input())
print(A+B)