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