fir = input() fir_s = fir.split(" ") st_n = int(fir_s[0]) se_n = int(fir_s[1]) print(int(st_n+se_n))