摘要: 题目意思:给出一个int 范围的整数,按照从小到大的顺序输出其分解为质因数的乘法算式。 题目思路:先求出质因数,不用开太大求100... 阅读全文
posted @ 2020-07-14 22:26 _Hsiung 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int a, b, temp1, temp2; i... 阅读全文
posted @ 2020-07-14 19:55 _Hsiung 阅读(55) 评论(0) 推荐(0) 编辑