提交时间:2023-12-28 21:05:44
运行 ID: 35163
#include <bits/stdc++.h> using namespace std; int main() { double x; cin >> x; cout << int(x); return 0; }