Winner Imre Polik (Shame n)

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

AndreBAlzi

by Porpeta

Status: Passed
Results: pass
CPU Time: 10.114
Score: 62.0
Submitted at: 2003-11-04 13:54:23 UTC
Scored at: 2003-11-04 14:17:14 UTC

Current Rank: 21st

Comments
Porpeta
04 Nov 2003
vndms
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