x(const char * s)1 x(const char*s){char a[1];const char*ss=s;a[*s++]|=1;return(int)ss+1==(int)s;}
main()2 main(){if(x("")!=1)abort();exit(0);}
3