提交时间:2025-12-26 14:52:33

运行 ID: 77831

#include<bits/stdc++.h> using namespace std; int main() { float a; cin>>a; cout<<(int)a; return 0; }