摘要: #include <stdio.h> #include <stdlib.h> #include <uuid/uuid.h> #include <string.h> #include <dirent.h> #include <limits.h> #include <sys/types.h> #incl 阅读全文
posted @ 2021-11-29 12:18 FredGrit 阅读(27) 评论(0) 推荐(0) 编辑
摘要: void arrayP11() { int arr[100]; for(int i=0;i<100;i++) { arr[i]=i*i*i*i; } printArray10(arr,100); } void printArray10(int *p,int arrSize) { for(int i= 阅读全文
posted @ 2021-11-29 10:09 FredGrit 阅读(29) 评论(0) 推荐(0) 编辑