#include<stdio.h>
#include<string.h>
int main(){
    char word[]="hello";
    int n=strlen(word[]);
    printf(n);
}