Cryptocurrency
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The length of a cryptocurrency code is k bits. How many bytes are needed to store this code in a computer's RAM?
Input
A natural number k that does not exceed 10^12
.
Output
Provide the number of bytes required.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 55%