Full kilometers
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program receives a natural number m as input, which represents a distance in meters. Your task is to output the number of complete kilometers in this distance.
Input
A natural number m that does not exceed 10^12
.
Output
The result of the calculation.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 83%