使用道具 举报
Post by lee_vs #!/bin/bash a=1 b=1 while [ $b -lt 100 ];do let b="$b +1" let a="$a + $b" done echo $a
Post by netman網中人 seq -s+ 100 | bc
本版积分规则 发表回复 回帖后跳转到最后一页