Winner Imre Polik (Shame n)

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

hm

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)

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