填空題

下列程序的運(yùn)行結(jié)果是()。 
Program main 
 implicit none
 integer ::a=1
   integer ::b=2
 call add ( a )
   Call add ( b)
 Write(*,*) a , b
 Stop
  end 
Subroutine  add (sum) 
Implicit none 
integer :: sum
   sum=sum+1 
Return 
end 


您可能感興趣的試卷

你可能感興趣的試題