且未

博客园 首页 新随笔 联系 订阅 管理

2018年9月10日 #

摘要: 题目 题意:要求输出所给定的数n的最大质因子的序号,0#include using namespace std;const int Max = 1e6+10;int num[Max];void cal(){ int cnt = 1; mems... 阅读全文
posted @ 2018-09-10 18:27 阿聊 阅读(146) 评论(0) 推荐(0)