#include<bits/stdc++.h> using namespace std; int main() { int a=0,n,i; cin>>n; for(i=1;a<n;i++) { a+=2; } cout<<i; }