#include<stdio.h>
#include<string.h>
int main()
{
    char str2[],l;
    str2=1,2,34;
    strlen(str2)=l;
    printf(l);
        return 0;
}