Files
freeCodeCamp/curriculum/challenges/chinese/10-coding-interview-prep/project-euler/problem-372-pencils-of-rays.md

344 B
Raw Blame History

id, title, challengeType, videoUrl
id title challengeType videoUrl
5900f4e11000cf542c50fff3 问题372光线笔 5

--description--

令RMN为满足M的格点xy的数量

注意:代表楼层功能。

--hints--

euler372()应该返回301450082318807040。

assert.strictEqual(euler372(), 301450082318807040);

--solutions--