Winner François Glineur (FDA12.01)
by nikola
Status: Passed Results: pass CPU Time: 1.192 Score: 102.0 Submitted at: 2003-11-05 16:45:22 UTC Scored at: 2003-11-05 17:55:51 UTC
Current Rank: 85th
b=1; for i=2:min(size(a)) for j=1:max(a(:)) c=a; c(a~=j)=-Inf; b=max(b,max(max(conv2(c,ones(i),'valid')))); end; end