摘要: 原始版本 用for循序对一个大数组(约80M)。 #include <time.h> #include <stdlib.h> #include <stdio.h> #include <stdint.h> #define N 10000000 uint64_t a[N]; int main() { f 阅读全文
posted @ 2023-05-11 22:57 zwlwf 阅读(50) 评论(0) 推荐(0)