http://judge.codingtang.com/problem/1231/
定义实型变量a; 输入n 判断(a<=3) a=8; 否则 a=(a-3)*2.2+8; printf输出到小数点后一位(不用四舍五入)
1