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