Job 12183

Owner
Alexandru
Problem
MaxSquare
Source
0.91KB
Result
Compile error (Non-zero exit status: 1)

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:51:36: error: too many arguments to function 'int suma(int (*)[100], int, int, int)'
                 if(s<suma(a,i,k,j,n))
                                    ^
prog.cpp:11:5: note: declared here
 int suma(int a[][100],int l,int s,int d)
     ^
prog.cpp:52:37: error: too many arguments to function 'int suma(int (*)[100], int, int, int)'
                     s=suma(a,i,k,j,n);
                                     ^
prog.cpp:11:5: note: declared here
 int suma(int a[][100],int l,int s,int d)
     ^

Questions?

Sponsors Gold