Winner Imre Polik (Shame n)
by jed pack
Status: Passed Results: pass CPU Time: 7.311 Score: 66.0 Submitted at: 2003-11-04 13:38:55 UTC Scored at: 2003-11-04 13:51:52 UTC
Current Rank: 66th Based on: PPal (diff)
n=numel(a); for i=1:n; for j=1:n-i; c=a(j:i+j); if c==a(i+j:-1:j) b=c; end end end