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