import bits/stdc++ def main(): int a,b; a=int(input()); b=int(input()); cout<<a+1<<endl; return 0; if(__name__="__main__"){ main(); }