- Owner
- Alexandru
- Problem
- Panic Attacks
- Source
- 0.44KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:14:36: error: 'calloc' was not declared in this scope v=(int *)calloc(n+1,sizeof(int)); ^ prog.cpp:21:11: error: 'free' was not declared in this scope free(v); ^