验证歌德巴赫猜想:偶数拆成两素数且乘积最大@Neal · Apr 11, 2015 · 2 min readOJ 题:对每个偶数 n 找素数 a≤b、a+b=n 且 a*b 最大。解释从 n/2 向两端搜索的策略与素数判定优化。