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