Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.133.142.101
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
bc-1.06.95 /
Examples /
Delete
Unzip
Name
Size
Permission
Date
Action
ckbook.b
330
B
-rw-r--r--
2000-07-07 23:34
pi.b
1.16
KB
-rw-r--r--
2000-07-07 23:34
primes.b
633
B
-rw-r--r--
2000-07-07 23:34
twins.b
710
B
-rw-r--r--
2000-07-07 23:34
Save
Rename
scale=2 print "\nCheck book program!\n" print " Remember, deposits are negative transactions.\n" print " Exit by a 0 transaction.\n\n" print "Initial balance? "; bal = read() bal /= 1 print "\n" while (1) { "current balance = "; bal "transaction? "; trans = read() if (trans == 0) break; bal -= trans bal /= 1 } quit