编辑代码
Fortran代码
gfortran7.5.0
运行
program
demo:
implicit
none
integer
:
: biggestnum
print
*, huge(biggestnum)
end
program demo