#include<stdio.h>
int main(){
    char s[]= "Hi";
    printf("%zu %zu",size of s,strlen(s));
    
}