Program ex0428
implicit none
i=123+321
write(*,"('123+321=',I4)")j
stop
end