平方加1的最大素因子
摘要:
我的做法: #include <stdio.h> #define MAX_LEN 10 #define N 150 #include<string.h> #include<stdlib.h> int main() { int n,m,j=0,l=0; int a[100]; int b[100]; 阅读全文
posted @ 2023-01-02 13:22
harumakigohan
阅读(40)
评论(0)
推荐(0)