n =int(input())
if 1<=n<=10000:
print(round(n/8))
print(round(4*(n/8)))
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
n =int(input())
if 1<=n<=10000:
print(round(n/8))
print(round(4*(n/8)))