#include <iostream> #include<cstdlib> #include<ctime> #include<cmath> using namespace std; int main() { double i; cin>>i; cout<<ceil(i); return 0; }