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