from sys import stdin if __name__ == "__main__": (a, b) = [int(x) for x in stdin.readline().split()] print a+b