A,B=map(float,input().split()) if((A+B)%1==0): print(int(A+B)) else: print(A+B)