0_0_17832748_3639.cpp: In function 'int main()': 0_0_17832748_3639.cpp:27:36: error: 'malloc' was not declared in this scope a = (int*)malloc(sizeof(int) * n); ^ 0_0_17832748_3639.cpp:55:10: error: 'free' was not declared in this scope free(a); ^