Run ID:53467
提交时间:2023-07-17 09:02:56
#include<iostream> #include<cmath> using namespace std; int main(){ double n; cin>>n; cout<<ceil(n); }