Winner Imre Polik (Shame n)

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

PPal999

by Per Rutquist

Status: Passed
Results: pass
CPU Time: 11.567
Score: 61.0
Submitted at: 2003-11-04 14:40:17 UTC
Scored at: 2003-11-04 20:11:15 UTC

Current Rank: 4th
Basis for: Shame again (diff)

Comments
Please login or create a profile.
Code
for i=1:999
for j=1:nnz(a)-i
c=a(j:i+j);
if c==fliplr(c)
 b=c;
end
end
end