error: Program received signal SIGSEGV, Segmentation fault. (Codeblocks, C++)

今天寫的一段代碼編譯未報錯,運行出現錯誤。ios #include<iostream> #include<math.h> using namespace std; void statistics(double a[],int n,double *max,double *min,double *avg,double *stdev); int main(){     double x[1000];  
相關文章
相關標籤/搜索