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