OJ-Problems-Source/CodeVS/1000_冰封.pas
2016-07-06 14:28:18 +08:00

6 lines
61 B
ObjectPascal

var a, b:longint;
begin
readln(a,b);
writeln(a+b);
end.