int res_inverse(int a){ int i; char **b=(char **)__builtin_alloca(a*sizeof(char*)); for(i=0;i