提交时间:2023-01-23 11:31:46
运行 ID: 6389
#include <bits/stdc++.h> using namespace std; int main(){ float n; cin>>n; cout<<int(n); return 0; }