Run ID:140603

提交时间:2025-12-17 19:40:13

#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<ceil(a); }