パーソナルブログメモリ

a = [1, 1]
for _ in "*" * 999: a += [sum(a[-2:])]
print(a)

鬼ごっこ定理 (Tag theorem)

2020-05-13 | Python

鬼ごっこ定理をここで発表します

身長の縦横40倍のエリアで鬼に捕まらないために必要な速度

鬼の速度の√2倍

 

 

I will announce the tag game theorem here.

Speed required to avoid being caught by demons in an area that is 40 times the height and width

√2 times the speed of the demon

 

1.41倍の例

1.41x example

※鬼から逃げる人数の少ない場合この速度は下がる

1対1なら1.02倍でも捕まらないケースがあります

 

※ If the number of people escaping from the demon is small, this speed will decrease.

In the case of 1 to 1, there are cases where 1.02 times does not catch

 

 

1.2倍時

1.2x example

 

1.02倍時

1.02x example

 

1.01倍時

1.01x example

 

 

作成したプログラム

Created program

https://github.com/suginoha/Tag-theorem

 

 

ありがとう

Thank you


最新の画像もっと見る

コメントを投稿

ブログ作成者から承認されるまでコメントは反映されません。