KSzsh

导航

2023年1月31日 #

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) 编辑

Vlad and a Pair of Numbers

摘要: 题目链接 题目描述: Vlad found two positive numbers $a$ and $b(a,b>0)$. He discovered that $a⊕b=\frac{a+b}{2}$, where $⊕$ means the bitwise exclusive OR , and 阅读全文

posted @ 2023-01-31 09:39 KSzh 阅读(60) 评论(0) 推荐(0) 编辑