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