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