十万
bash
1 | # num.sh |
seq
1 | # work.sh |
python
1 | # num.py |
ruby
1 | # num.rb |
一百万
bash
1 | # num.sh |
seq
1 | # work.sh |
python
1 | # num.py |
ruby
1 | # num.rb |
两百万
bash
1 | sh num.sh >num.txt |
seq
1 | sh work.sh >num.txt |
python
1 | sh work.sh >num.txt |
ruby
1 |
|
五百万
bash
1 | sh num.sh >num.txt |
seq
1 | sh work.sh >num.txt |
python
1 | sh work.sh >num.txt |
ruby
1 |
|
一千万
1 | bash |
一亿
1 | seq |