#include<iostream> using namespace std; int main() { double a=0; cin>>a; cout<<(int )a+1<<endl; return 0; }