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.
37 lines
472 B
37 lines
472 B
const int x; // unused (Hubert Garavel)
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=1 ]
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=2 ]
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=3 ]
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=4 ]
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=5 ]
|
|
|
|
// RESULT : 1/6
|
|
P=? [ F s=7 & d=6 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=1 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=2 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=3 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=4 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=5 ]
|
|
|
|
// RESULT : 1/6
|
|
S=? [ s=7 & d=6 ]
|