用shell脚本实现10! #!/bin/sh factorial=1 for a in `seq 1 10` do echo $a
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号