417 B
417 B
id, title, challengeType, videoUrl
| id | title | challengeType | videoUrl |
|---|---|---|---|
| 5900f42f1000cf542c50ff41 | 问题193:无广场数字 | 5 |
--description--
如果没有素数的平方除n,则正整数n称为squarefree,因此1,2,3,5,6,7,10,11是无平方的,但不是4,8,9,12。
250以下有多少平方数?
--hints--
euler193()应该返回684465067343069。
assert.strictEqual(euler193(), 684465067343069);