Winner François Glineur (FDA12.01)
by a
Status: Passed Results: pass CPU Time: 0.2 Score: 97.0 Submitted at: 2003-11-05 16:32:32 UTC Scored at: 2003-11-05 17:29:32 UTC
Current Rank: 35th
[m n b]=size(a); for i=1:m for j=1:m-i for k=1:n-j c = a(i:j+i,k:k+j); if c == c(1) b = max(b,sum(c(:))); end end end end