提交时间:2024-03-24 10:48:37
运行 ID: 43944
#include<bits/stdc++.h> using namespace std; int main() { float a; cin>>a; cout<<(int)a; return 0; }