#54979: 數學算法


elwin.lu0120@gmail.com (Elwin)


圓形: 2n-1
兩個三角形: (n-1)*(n-2)
外面: 1
總和: n*2+(n-1)*(n-2)
化簡後: n*n-n+2