提交时间:2023-02-03 15:31:04

运行 ID: 7304

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