real a,b,c read*,a,b c=a+b print*,"a+b=",c stop end