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.
18 lines
246 B
18 lines
246 B
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=1 ]
|
|
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=2 ]
|
|
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=3 ]
|
|
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=4 ]
|
|
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=5 ]
|
|
|
|
// RESULT: 1/6
|
|
S=? [ s=7 & value=6 ]
|