python/2024-11-22-1-普通.py

2 lines
40 B
Python
Raw Permalink Normal View History

2025-01-08 09:17:08 +08:00
n=int(input())
print(round(2+(n-1)*0.8))