#20403: python


goodspeed (王宥翔)


a, b = map(int, input().split());
print(a+b);