Winner Imre Polik (Shame n)
by Scott Norin
Status: Passed Results: pass CPU Time: 10.094 Score: 62.0 Submitted at: 2003-11-04 14:13:59 UTC Scored at: 2003-11-04 15:51:15 UTC
Current Rank: 32nd
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