Borderou de evaluare (job #2154188)
Utilizator | Data | 6 martie 2018 19:21:26 | |
---|---|---|---|
Problema | Piata | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:8:26: error: size of array ‘v’ is too large
int n, v[ 40005 ][ 40005 ], i, j, s, ti, tj, mi, mj;
^
user.cpp: In function ‘int main()’:
user.cpp:14:9: error: ‘v’ was not declared in this scope
v[ 1 ][ i ] = i;
^
user.cpp:19:13: error: ‘v’ was not declared in this scope
v[ i ][ j ] = v[ i - 1 ][ j - 1 ];
^
user.cpp:21:9: error: ‘v’ was not declared in this scope
v[ i ][ 1 ] = v[ i - 1 ][ n ];
^
user.cpp:29:18: error: ‘v’ was not declared in this scope
s += v[ i ][ j ];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !