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.
12 lines
178 B
12 lines
178 B
// RESULT: 0
|
|
S=? [ s=0 ];
|
|
// RESULT: 0
|
|
S=? [ s=1 ];
|
|
// RESULT: 1/12
|
|
S=? [ s=2 ];
|
|
// RESULT: 2/3
|
|
S=? [ s=3 ];
|
|
// RESULT: 1/6
|
|
S=? [ s=4 ];
|
|
// RESULT: 1/12
|
|
S=? [ s=5 ];
|