Winner Imre Polik (Shame n)

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

hmnb

by jed pack

Status: Passed
Results: pass
CPU Time: 11.416
Score: 62.0
Submitted at: 2003-11-04 13:50:41 UTC
Scored at: 2003-11-04 14:08:09 UTC

Current Rank: 12th
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