Run ID:29152
提交时间:2022-07-07 10:12:20
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<floor(a); return 0; }