提交时间:2024-01-30 19:22:15
运行 ID: 39131
#include <bits/stdc++.h> using namespace std; int main() { double x; cin >> x; cout << int(x); return 0; }