摘要:
#include <stdio.h> #include <stdlib.h> int find(int s) { int n = 0; scanf_s("%d",&s); int a[100] = { 213,432,5436,765324,243,654,12387,87626,645,625,5 阅读全文
摘要:
#include <stdio.h> #include <stdlib.h> int main() { int s = 0; srand((unsigned)time(NULL) * 10);//生成一个种子,否则生成的随机数永远是0x29即41; int m = rand(); do { scan 阅读全文