#include <iostream>
using namespace std;
int main () {
    int b=0;
    char c;
    cin >>c;
    b=b+1;
    cout <<b;
    return 0;
}
