--- id: 5900f4e11000cf542c50fff3 challengeType: 5 videoUrl: '' title: 问题372:光线笔 --- ## Description
令R(M,N)为满足M的格点(x,y)的数量

注意:代表楼层功能。

## Instructions
## Tests
```yml tests: - text: euler372()应该返回301450082318807040。 testString: assert.strictEqual(euler372(), 301450082318807040); ```
## Challenge Seed
```js function euler372() { // Good luck! return true; } euler372(); ```
## Solution
```js // solution required ``` /section>