The number of natural 2
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program receives a natural number n as input. Your task is to output the count of natural numbers that are less than n.
Input
A natural number n that does not exceed 10^18
.
Output
The solution to the problem.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 73%