網頁

2025年12月8日 星期一

Py3 C++利用Euclid公式達O(n)解Leetcode1925 Count Square Sum Triples


Py3 C++利用Euclid公式達O(n)解Leetcode 1925  Count Square Sum Triples
用數論方法解畢氏定理三角整數解個數,這應該算是Diophantine  Equation中最簡單的例題
[Py3解請進]