- Owner
- Tasnádi Zoltán
- Problem
- Red Dragon
- Source
- 0.72KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:21:16: error: cannot convert 'long long int*' to 'int*' for argument '1' to 'void nullify(int*, int)' nullify(v,N); ^ prog.cpp:29:34: error: cannot convert 'long long int*' to 'int*' for argument '3' to 'int value(int, int, int*)' dif = value(g,h,v); ^ prog.cpp:31:35: error: cannot convert 'long long int*' to 'int*' for argument '3' to 'int value(int, int, int*)' maxx = value(g,h,v); ^