5 lines
66 B
Text
5 lines
66 B
Text
begin
|
|
integer a, b;
|
|
read( a, b );
|
|
write( a + b )
|
|
end.
|