Run ID:1044
提交时间:2023-06-24 15:37:26
#include<bits/stdc++.h> using namespace std; int main(){ double c; cin>>c; cout<<int(ceil(c)); }