Number Factorization
摘要:
题目链接 题目描述: Given an integer $n$. Consider all pairs of integer arrays $a$ and $p$ of the same length such that $n=∏a^{pi}_i$$($i.e. $a^{p1}_1⋅a^{p2}_2 阅读全文
posted @ 2023-01-31 19:14 KSzh 阅读(20) 评论(0) 推荐(0) 编辑