#include<iostream> #include<iomanip> using namespace std; int main(){ double a; int b; cin>>a; b=a*10; b=b/10; cout<<b+1; }