100 atcoder#ABC172A. [ABC172A] Calc
[ABC172A] Calc
Score : points
Problem Statement
Given an integer as input, print the value .
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the value as an integer.
2
14
When , we have .
Print the answer as an input. Outputs such as 14.0
will be judged as incorrect.
10
1110