{{successNotification}}
{{errorNotification}}
a = 15 #モンタからbananas[0]までの距離 b = 18 #bananas[0]からbananas[1]までの距離 c = 14 #モンタからbananas[1]までの距離 #余弦定理 cosB = (a*a + b*b - c*c) / (2 * a * b) say "cosB =" + cosB #逆余弦 r = Math.acos cosB say "radian =" + r #radianからdegreeに変換 d = r * 180 / Math.PI say "degree =" + d #計算結果をもとにバナナをとりにいく turn 24 step a turn -180 + d step b
{{i18n.t('test_complete')}}
{{i18n.t('test')}} {{i18n.t('rewind')}}
{{i18n.t('run')}} {{i18n.t('builder.submit')}} {{i18n.t('stop')}} {{i18n.t('connecting')}}
{{i18n.t('adjust_volume')}}
{{i18n.t('bg_sounds')}}
{{i18n.t('narration')}}
{{i18n.t('game_speed')}}
1
2
3
4
5
6
7
8
9
-
0