880078 - 求十位数字-2023年stema

通过次数

14

提交次数

19

Time Limit : 1 秒
Memory Limit : 128 MB

给定一个正整数N(1<N<10^11),输出正整数十位上的数字。

Input

输入一个正整数N(1<N<10^11)

Output

输出正整数十位上的数字

Examples

Input

123

Output

2

Input

2020202020

Output

2