var a,b,s:LongInt;
 begin
 read (a,b);
 s:=a+b;
 writeln (s);
 readln;
end.
