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