Time Limit: 2 sec / Memory Limit: 1024 MB
Score : 100100 points
Problem Statement
You are given an integer NN at least 100100. Print the last two digits of NN.
Strictly speaking, print the tens and ones digits of NN in this order.
Constraints
-
100 \le N \le 999100≤N≤999
-
NN is an integer.
Input
Input is given from Standard Input in the following format:
NN
Output
Print the answer.