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