Solve 7n By 8
easy
1. You are given a number n. 2. You have to calculate the value of 7n/8 without using division and multiplication.
Constraints
1 <= n <= 10^9
Format
Input
A number n
Output
Check the sample ouput and question video.
Example
Sample Input
15
Sample Output
13
Question Video