#Lutece0981. 字符当数据用

字符当数据用

Migrated from Lutece 981 字符当数据用

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

读入三个字符,把它们ASCII码当作整数,求平均值并输出。

Input

有多组测试数据。输入的第一行是整数TT0<T10000<T\le 1000),表示测试数据的组数。每一组测试数据只有一行,分别为字符aabbcc,三字符间没有空格。该行没有其它多余的符号。

Output

对应每组输入,输出一行三个字符ASCII码的平均值,保留两位小数。该行不能有其它多余的符号。

Samples

2
abc
1a9
98.00
67.67

Note

在读入数据时,注意上一行的回车。

Resources

wxiaoping C语言练习