2 lines
40 B
Python
2 lines
40 B
Python
|
n=int(input())
|
||
|
print(round(2+(n-1)*0.8))
|