mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-25 13:03:44 +03:00
9 lines
112 B
Python
Vendored
9 lines
112 B
Python
Vendored
n = 1920 * 1080
|
|
a = 2 * 44000
|
|
t = 29728 * 1024 * 1024 * 8
|
|
|
|
s = 25 * n + a
|
|
|
|
print(t / (s * 5 * 60))
|
|
print(2**16)
|