You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
238 B
11 lines
238 B
// RESULT (N=1): 0.6
|
|
// RESULT (N=2): 0.9
|
|
// RESULT (N=3): 1.0
|
|
// RESULT (N=4): 1.0
|
|
Pmax=? [ F "correct" ];
|
|
|
|
// RESULT (N=1): Infinity
|
|
// RESULT (N=2): Infinity
|
|
// RESULT (N=3): 1.5
|
|
// RESULT (N=4): 1.5
|
|
R{"guesses"}min=? [ F "correct" ];
|