Borderou de evaluare (job #2067472)

Utilizator laurageorgescuLaura Georgescu laurageorgescu Data 16 noiembrie 2017 14:51:33
Problema Flooow Status done
Runda Simulare 36 Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:12:25: error: size of array ‘d’ is too large int d[kmax + 1][nmax + 1]; ^ user.cpp: In function ‘int main()’: user.cpp:32:17: error: ‘d’ was not declared in this scope d[ i ][ j ] = max(d[i - 1][ j ], d[ i ][j - 1]); ^ user.cpp:42:16: error: ‘d’ was not declared in this scope ans += d[ k ][ m ]; ^

Ceva nu functioneaza?