Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = runPair(@StealShareCatch, @chaos);
a(end+1) = runPair(@StealShareCatch, @good);
a(end+1) = runPair(@StealShareCatch, @evil);
a(end+1) = runPair(@StealShareCatch, @doug)
yourScore = sum(a)
terribleScore = 0; % works
badScore = 23000; % good strategy scores this
okScore = 26000; % evil strategy scores this
decentScore = 29000; % chaos strategy scores this
greatScore = 42000; % doug strategy scores this
assert(yourScore > terribleScore, 'Score: %d', yourScore)
assert(yourScore > badScore, 'Score: %d', yourScore)
assert(yourScore > okScore, 'Score: %d', yourScore)
assert(yourScore > decentScore, 'Score: %d', yourScore)
assert(yourScore > greatScore, 'Score: %d', yourScore)
a =
6582 19998 20000 4938
yourScore =
51518
|
Find the "ordinary" or Euclidean distance between A and Z
137 Solvers
96 Solvers
464 Solvers
232 Solvers
Relative ratio of "1" in binary number
393 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!