Winner Guy Shechter (j11)
by jed pack
Status: Passed Results: pass CPU Time: 0.261 Score: 85.0 Submitted at: 2003-11-04 10:44:53 UTC Scored at: 2003-11-04 11:19:04 UTC
Current Rank: 67th Based on: randperm (diff) Basis for: uh (diff)
c=[]; for i=1:length(b) c = [c a(i)+[1:b(i)]*0]; end while any(~diff(c)) c=c(randperm(sum(b))); end