Remove the digit 3
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes a natural number n (n > 99) as input. The task is to remove the third digit from the right (the hundreds place) of the number n.
Input
A natural number n (n > 99).
Output
The result after removing the specified digit.
Examples
Input #1
Answer #1
Submissions 13K
Acceptance rate 59%