Winner Imre Polik (Shame n)
by Porpeta
Status: Passed Results: pass CPU Time: 10.114 Score: 62.0 Submitted at: 2003-11-04 13:54:23 UTC Scored at: 2003-11-04 14:17:14 UTC
Current Rank: 21st
n=nnz(a); for i=1:n; for j=1:n-i; c=a(j:i+j); if c==fliplr(c) b=c; end end end