提交时间:2024-03-23 10:42:00

运行 ID: 43791

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