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: 4ms
Memory: 1756kB
Author: 2018212212026
In contest: 1284

#include<cstdio>
#include <algorithm>
#include <iostream>
#include<cstring>
#include<cmath>
using namespace std;
const int maxn=100005;
int main()
{
	double a;
	int b;
	scanf("%lf",&a);
	b=(int)a;
	printf("%d\n",b);
//		system("pause");
}