Symmetric matrix by ka

int main(){char i=1,j[99],c,s[99][99];for(;c<i;c++){i=0;do{if(i>=c){scanf("%d%c",&s[c][i],&j[i]);s[i][c]=s[c][i];}printf("%d%c",s[c][i],j[i]);}while(j[i++]>10);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page