Add tags

Add tags to the following comment
初めてのFortranです><
なんか1行目のインデントが効いていないけどタブが存在してます。
1
2
3
4
5
6
7
8
9
do i = 1, 9
        do j = 1, 9
            write(*, 100) i, j, i * j
        end do
    end do

100    format(i1, ' + ', i1, ' = ', i2)

    end

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...