在一个 shell 脚本中,我有许多系列
11 10 9 8 7 6 5 4 3 2 1 0
(8 4 2 1,8 4 2 1,8 4 2 1) on this bases
the maximum value is "f"
所以如果我给予价值
variable=3,2,1
它应该返回(0,0,8+4+2=14 表示 e )
e
0e
00e
如果我给出值(0 ,8+4+2=14 表示 e,0)
varible=8,7,6
它应该返回
e0
0e0
如果我赋予价值
varible=11,10,9
它应该返回(8+4+2=14 表示 e,0,0)
e00