提交时间:2020-07-25 18:41:30
运行 ID: 4918
#include<stdio.h> int main() { double s; int m; scanf("%lf",&s) ; m=(int)(s+0.5); printf("%d\n",m); return 0; }