Ответ:
photo_size = 3020 * 2016 * 3
N = int(input()) * 1024 * 1024 * 1024
print(N // photo_size)
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
photo_size = 3020 * 2016 * 3
N = int(input()) * 1024 * 1024 * 1024
print(N // photo_size)