1
0
新人
使用道具 举报
7
入门
program fcode_cn implicit none Integer , parameter :: TOPN = 100 integer :: i Do i = 1 , TOPN , 2 write(*,'(2(i4,1x),i4,"+",i4,"=",i5)') i , i+1 , i , i+1, i+i+1 End Do end program fcode_cn
178
15
大宗师
七星彩 发表于 2020-10-8 18:03 [mw_shl_code=fortran,true]program fcode_cn implicit none Integer , parameter :: TOPN = 100
10
do i = 1, 100, 2 write(*,*)i, i+1, i, '+', i+1, 2*i + 1 end do end
本版积分规则 发表回复 回帖后跳转到最后一页
捐赠本站|Archiver|关于我们 About Us|小黑屋|Fcode ( 京ICP备18005632-2号 )
GMT+8, 2024-11-15 01:35
Powered by Tencent X3.4
© 2013-2024 Tencent