填空题
下列程序的运行结果是()。
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
【参考答案】
(3.000000,6.000000)
点击查看答案
