Winner Claus Still (FSec4)
by Laszlo Sragner
Status: Passed Results: pass CPU Time: 2.183 Score: 111.0 Submitted at: 2003-11-05 10:23:26 UTC Scored at: 2003-11-05 10:22:37 UTC
Current Rank: 88th Based on: Fierce/Hairy_again (diff) Basis for: fourth2 (diff) Basis for: cyclist_5 (diff) Basis for: ?? (diff) ...and 2 others.
a = lower(a); n = numel(a); for i = 1:n for j = 1:n M(i,j)= ~isempty(intersect(a{i},a{j})); end end x = zeros(n,1); x(b)=1; c = find(M^3*x)';