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