Full meters
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 length in centimeters. Your task is to output the number of full meters contained in this length.
Input
A natural number m that does not exceed 10^12
.
Output
The number of complete meters in the given length.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 77%