mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
IF(E4 > 3000,
|
|
IF(E4 > 10000,
|
|
IF(E4 > 50000,
|
|
IF(E4 > 100000,
|
|
IF(E4 > 500000,
|
|
200,
|
|
100+E4-100000,
|
|
)
|
|
)
|