#include<stdio.h>
int main(){
char s[]="Hi";
int *p=a+1;
printf("%zu %zu", sizeof s,strlen(s));
return 0;
}