imputer = imput() imputer_s = imputer.split(" ") m_int= int(imputer_s[0]) n_int= int(imputer_s[1]) result = int(m_int+n_int) print(result)