Winner Guy Shechter (j11)

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

Yrite 4

by Niilo Sirola

Status: Passed
Results: pass
CPU Time: 0.11
Score: 57.0
Submitted at: 2003-11-04 11:21:02 UTC
Scored at: 2003-11-04 11:47:06 UTC

Current Rank: 18th
Based on: Pretty good (diff)

Comments
Niilo Sirola
04 Nov 2003
Cheap tweak...
Please login or create a profile.
Code
f = 1;
for i=1:sum(b)
    g=b;
    g(f)=0;
    [e,f]=max(g);
    c(i)=a(f);
    b(f)=e-1;
end