Run ID:42628

提交时间:2022-11-20 20:21:50

# include<iostream> using namespace std; int main(){ float n;cin>>n; cout<<int(n); return 0; }