提交时间:2024-03-24 12:27:13

运行 ID: 43963

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