Winner Imre Polik (Shame n)
by Hap
Status: Passed Results: pass CPU Time: 11.737 Score: 64.0 Submitted at: 2003-11-04 14:06:19 UTC Scored at: 2003-11-04 15:39:19 UTC
Current Rank: 48th
n=nnz(a) for i=0:n-1 for j=1:n-i c=a(j:i+j) if c==fliplr(c) b=c end end end