Borderou de evaluare (job #2774328)
Utilizator | Data | 11 septembrie 2021 09:45:40 | |
---|---|---|---|
Problema | Custi | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void solve()':
main.cpp:27:16: error: 'a' was not declared in this scope
if(a[i][j] == 0)
^
main.cpp:29:32: error: 'dp' was not declared in this scope
else d[i][j] = min(dp[i-1][j-1], min(dp[i-1][j], dp[i][j-1]));
^~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !