- Owner
- Tasnádi Zoltán
- Problem
- Red Dragon
- Source
- 0.73KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:6:27: error: 'lon' has not been declared int value(int re, int rk, lon long vv[]) { ^ prog.cpp: In function 'int main()': prog.cpp:29:34: error: cannot convert 'long long int*' to 'long int*' for argument '3' to 'int value(int, int, long int*)' dif = value(g,h,v); ^ prog.cpp:31:35: error: cannot convert 'long long int*' to 'long int*' for argument '3' to 'int value(int, int, long int*)' maxx = value(g,h,v); ^