提交时间:2023-01-20 18:19:45
运行 ID: 6136
#include<bits/stdc++.h> using namespace std; int main() { float n; cin>>n; cout<<(int)n; return 0; }