#include using namespace std; int main(){ int n; n++; cout << n << endl; return 0; }