Problem2931--模拟-四舍五入练习

2931: 模拟-四舍五入练习

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 87  Solved: 80
[Status] [Submit] [Creator:]

Description

输入一个小数a,将它小数部分四舍五入后输出
a>0

Input

一个小数

Output

将它小数部分四舍五入后输出

Sample Input Copy

1.7

Sample Output Copy

2

HINT

样例输入2
1.2
样例输出2
1

Source/Category

 提高C