Borderou de evaluare (job #947223)
| Utilizator | Data | 6 mai 2013 22:13:44 | |
|---|---|---|---|
| Problema | Cel mai lung subsir comun | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:18:8: error: ‘m’ was not declared in this scope
f>>m>>n;
^
user.cpp:18:11: error: ‘n’ was not declared in this scope
f>>m>>n;
^
user.cpp:24:25: error: ‘d’ was not declared in this scope
if (a[i]==b[j]) d[i][j]=1+d[i-1][j-1];
^
user.cpp:25:16: error: ‘d’ was not declared in this scope
else d[i][j]=max(d[i-1][j], d[i][j-1]);
^
user.cpp:32:16: error: ‘d’ was not declared in this scope
else if (d[i-1][j] < d[i][j-1]) --j;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
