Borderou de evaluare (job #1281840)
Utilizator | Data | 3 decembrie 2014 19:49:17 | |
---|---|---|---|
Problema | Subsecventa de suma maxima | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:46:5: error: ‘a’ was not declared in this scope
a[i][j] = a[i - 1][j - 1] + 1;
^
user.cpp:48:5: error: ‘a’ was not declared in this scope
a[i][j] = max(a[i - 1][j], a[i][j - 1]);
^
user.cpp:49:12: error: ‘a’ was not declared in this scope
fout << a[n][m] << "\n";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !