0_0_16977342_3909.cpp: In function 'int main()': 0_0_16977342_3909.cpp:10:37: error: 'malloc' was not declared in this scope a=(int *)malloc(n*sizeof(int)); ^ 0_0_16977342_3909.cpp:11:12: error: 'j' was not declared in this scope for(j=0;j<n;j++){ ^