Number 3
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The input for the program is a natural number n where n is greater than 99. Your task is to output the third digit from the right, which is the digit in the hundreds place of the number n.
Input
A natural number n where n is greater than 99.
Output
The digit located in the hundreds place of the number n.
Examples
Input #1
Answer #1
Submissions 18K
Acceptance rate 49%