#include<iostream>
#include<string>
using namespace std;
int main(){
    string a="Hello";
    cout<<a.length(1);
}