Winner Guy Shechter (j11)
by Michael Yampol
Status: Passed Results: pass CPU Time: 0.27 Score: 86.0 Submitted at: 2003-11-04 11:05:13 UTC Scored at: 2003-11-04 11:33:16 UTC
Current Rank: 77th Based on: tweak lazlo 3 (diff)
c=[]; for i=1:sum(~~b) c = [c a(i)*ones(1,b(i))]; end while any(~diff(c)) c=c(randperm(sum(b))); end