#include<iostream> #include<cmath> using namespace std; int main(){ double n; cin>>n; int a; a=ceil(n); cout<<a; }