Run ID:32213
提交时间:2022-07-23 14:04:36
#include<iostream> #include<cmath> using namespace std; int main() { double n; cin>>n; cout<<floor(n); }