Fortran Coder
标题:
read*,a 是什么格式
[打印本页]
作者:
sohu
时间:
2015-12-24 13:23
标题:
read*,a 是什么格式
[Fortran]
纯文本查看
复制代码
program test
implicit none
integer a
read*,a
write(*,*)a !为啥不能和上句一样,也写成write*,a ? 试验过,会出错。
end
作者:
fcode
时间:
2015-12-24 17:13
没有为什么,语法就这样规定的。就好像 hello 为什么是 hello,而不是 hollo 一样。
强烈建议写两个 *
作者:
sohu
时间:
2015-12-24 18:29
好的,谢谢
作者:
pasuka
时间:
2015-12-25 13:17
改成
print*,a
应该可以的
欢迎光临 Fortran Coder (http://bbs.fcode.cn/)
Powered by Discuz! X3.2