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