begin
  write 'hello world'
  A=4
  read B,C
  write A,B*C
end
