1873: find the tens digit

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:29 解决:17

题目描述

for a number,output its tens digit.

for example,34,the tens digit is 3

输入

input a number each line,there are many lines 

输出

output the tens digit.

样例输入 复制

1
23
234

样例输出 复制

0
2
3