Winner MR Keenan (Santa Claus)
by qw
Status: Passed Results: 14965.564 CPU Time: 0.05 Score: 14965.7 Submitted at: 2002-11-10 23:48:34 UTC Scored at: 2002-11-10 23:49:32 UTC
Current Rank: 1586th Based on: qw1c (diff) Basis for: qw1f (diff)
function c = solver(a) al=length(a);s=sum(a);hcl=al-1;c=ones(hcl,1); if(s==5) q=find(a); if(q(2)+1==q(3)&&q(1)<=2) c(q(2))=-1i; end end