Fortran語句中,“!”后的內容為對整個程序或某行程序的說明,請在下面程序中感嘆號后,對相應fortran語句進行說明。
下列程序的運行結果是()。 Program test Implicit none Complex a,b,c A=(1.0,2.0) b= (2.0,4.0) c=a+b Write(*,*) c Stop end