Run ID:35926
提交时间:2022-08-06 09:13:43
#include <bits/stdc++.h> using namespace std; int main() { double a; cin>>a; cout<<ceil(a)<<endl; return 0; }