OJ-Problems-Source/VIJOS/1000_冰封.pas

6 lines
61 B
Plaintext

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