Run ID:48264

提交时间:2023-05-23 14:21:29

#include<iostream> using namespace std; int main(){ double a; cin>>a; cout<<int(a)<<endl; return 0; }