Run ID:42176
提交时间:2022-11-13 11:08:22
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<floor(a); return 0; }