Start: Jul, 10, 2019 08:30:00
2019年度暑期短学期达标测试补考
End: Jul, 10, 2019 11:30:00
Time elapsed:
Time remaining:

Problem_ID: D
Result: Accepted
Time: 3ms
Memory: 1120kB
Author: 2018212212011
In contest: 1284

#include<stdio.h>
// #include<process.h>
int main()
{
	double n;
	int t;
	scanf("%lf",&n);
	t=n;
	printf("%d\n",t);
// 	system("pause");
	return 0;
}