Winner Guy Shechter (j11)
by WGE
Status: Passed Results: pass CPU Time: 0.22 Score: 100.0 Submitted at: 2003-11-04 10:34:20 UTC Scored at: 2003-11-04 11:09:20 UTC
Current Rank: 155th Based on: freqsort 2 (diff)
c=[]; for i=1:length(b) c = [c a(i)*ones(1,b(i))]; end while any(~(diff(c))) [y,i] = sort(rand(1,sum(b))); c=c(i); end