Add tags

Add tags to the following comment
ちと違うみたいです。

58行目、 
result[t]+=weight(9-turn);
に直して下記コードを追加
で、
o win:212256(58.5%) x win:104544(28.8%) draw:46080(12.7%)

だと思います。

1
2
3
4
int weight(int i) {
  if (i<=1) return 1;
  return i*weight(i-1);
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...