#include<stdio.h>
int main(){
    chsr s[]="hi";
    printf("%zu%zu",sizeof s,strlen(s));
}