Add tags

Add tags to the following comment

配列の添字が冗長だったので微修正します。

1
2
3
4
5
6
7
8
n=1
for ((i = 0; i < 100; i++));do
    echo $n
    ary[n*2]=1
    ary[n*3]=1
    ary[n*5]=1
    while [ "${ary[++n]}" != 1 ];do :;done
done

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...