摘要: #include "stdio.h"void IsPrime(int* p,int n){ for (int i = 0; i < ... 阅读全文
posted @ 2021-01-05 20:25 nepu_bin 阅读(100) 评论(0) 推荐(0)
摘要: 2^0=1(B) 二进制,下同 2^1=2=10; 2^2=4=100; ··· ··· n=0,s=10-1=1; n=1,s=1... 阅读全文
posted @ 2021-01-05 19:31 nepu_bin 阅读(336) 评论(0) 推荐(0)
摘要: #include "stdio.h"#include "stdlib.h"void Choose(int* p, int n) //... 阅读全文
posted @ 2021-01-05 17:15 nepu_bin 阅读(60) 评论(0) 推荐(0)