var a,b,c:int64; begin read(a,b); c:=a+b; write(c); end.