scripts/ege/Вариант ДЗ/7.py

9 lines
112 B
Python
Raw Normal View History

2023-05-15 13:25:06 +03:00
n = 1920 * 1080
a = 2 * 44000
t = 29728 * 1024 * 1024 * 8
s = 25 * n + a
print(t / (s * 5 * 60))
print(2**16)