Ответ:
Python 3.7.2
import math
N = int(input())
print(4 ** math.floor(N / 5))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Ответ:
Python 3.7.2
import math
N = int(input())
print(4 ** math.floor(N / 5))