mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
316c0dcda9
commit
562771d162
9
demo.txt
9
demo.txt
@ -1,9 +0,0 @@
|
||||
IF(E4 > 3000,
|
||||
IF(E4 > 10000,
|
||||
IF(E4 > 50000,
|
||||
IF(E4 > 100000,
|
||||
IF(E4 > 500000,
|
||||
200,
|
||||
100+E4-100000,
|
||||
)
|
||||
)
|
10
demo1.txt
10
demo1.txt
@ -1,10 +0,0 @@
|
||||
IF(E4 > 500000, 200,
|
||||
IF(E4 > 100000, 100+E4-10000,
|
||||
IF(E4 > 50000,
|
||||
IF(E4 > 10000,
|
||||
IF(E4 > 3000,
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -13,8 +13,6 @@ import (
|
||||
_ "shylinux.com/x/icebergs/misc/java"
|
||||
_ "shylinux.com/x/icebergs/misc/node"
|
||||
|
||||
_ "shylinux.com/x/icebergs/misc/repos"
|
||||
|
||||
_ "shylinux.com/x/linux-story/iso/alpine"
|
||||
_ "shylinux.com/x/linux-story/src/busybox"
|
||||
_ "shylinux.com/x/linux-story/src/ctags"
|
||||
|
Loading…
x
Reference in New Issue
Block a user