Winner Imre Polik (Shame n)

Finish 2003-11-11 13:00:00 UTC

my1b

by Michael Yampol

Status: Passed
Results: pass
CPU Time: 10.074
Score: 62.0
Submitted at: 2003-11-04 14:14:09 UTC
Scored at: 2003-11-04 15:51:35 UTC

Current Rank: 33rd
Based on: shameless_1 (diff)

Comments
Please login or create a profile.
Code
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