Winner Guy Shechter (j11)

Finish 2003-11-11 10:00:00 UTC

uh

by jed pack

Status: Passed
Results: pass
CPU Time: 0.271
Score: 85.0
Submitted at: 2003-11-04 10:48:45 UTC
Scored at: 2003-11-04 11:21:55 UTC

Current Rank: 68th
Based on: oh (diff)
Basis for: well, its ok (diff)

Comments
Please login or create a profile.
Code
c=[];
for i=1:size(b,2)
c = [c a(i+[1:b(i)]*0)];
end
while any(~diff(c))
c=c(randperm(sum(b)));
end