Diffing "FDA12.9" and "FDA12.01"

Title: FDA12.9 FDA12.01
Author: François Glineur François Glineur
Submitted: 2003-11-05 16:58:54 UTC 2003-11-05 16:59:43 UTC
Status: Failed Passed
Score: 0.0 91.0
Result: [] pass
CPU Time: 0.0 79.844
Code:
x=1:19;
a(99,99)=0;
b=0;
for i=x
   for j=x
      for k=x
         c = a(i:i+j,k:k+j);
         c = c(:);
         b = max(b,sum(c)*~std(c));
      end
   end
end