read *,n,m if (n.eq.m) then print '(i0)',0 else print '(SP,i0)',m-n end if end program