#include <stdio.h> #include <stdlib.h> #define N 250000000 int main() { int i; double *x; if(!(x = malloc(N * sizeof(double)) )) printf("memory error \n"); free(x); }
70,023
社区成员
243,263
社区内容
加载中
试试用AI创作助手写篇文章吧