编辑代码
Fortran代码
gfortran7.5.0
运行
program
i
REAL
:
:a,b
INTEGER
:
:N,I,J
I
=
10.0
J
=
3
N
=
I/J
a
=
I/J
b
=
REAL(I)/J
cout<<a<<I<<J
end