Borderou de evaluare (job #2707776)
Utilizator | Data | 17 februarie 2021 18:31:44 | |
---|---|---|---|
Problema | Sum Max | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:26: error: expected unqualified-id before 'long'
long long a[2001][2001], long long [2001][2001];
^~~~
main.cpp: In function 'int main()':
main.cpp:21:25: error: 'b' was not declared in this scope
b[i][j]=1;
^
main.cpp:25:29: error: 'b' was not declared in this scope
b[i][j]=b[i-1][j];
^
main.cpp:28:29: error: 'b' was not declared in this scope
b[i][j]=b[i-1][j-1];
^
main.cpp:31:44: error: 'b' was not declared in this scope
long long suma=b[i-1][j-1]+b[i-1][j];
^
main.cpp:45:36: error: 'b' was not declared in this scope
sm=b[i][j];
^
main.cpp:48:37: error: 'b' was not declared in this scope
sm+=b[i][j];
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !