#include <bits/stdc++.h> using namespace std; int main() { float a; cin>>a; cout<<int(a)<<endl; } 请求各位大佬看看怎么错了?