Borderou de evaluare (job #1846935)
Utilizator | Data | 14 ianuarie 2017 10:16:04 | |
---|---|---|---|
Problema | Dreptunghiuri3 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:7:31: error: size of array ‘apa’ is too large
int apa[1000000010][1000000010];
^
user.cpp: In function ‘int main()’:
user.cpp:22:13: error: ‘apa’ was not declared in this scope
apa[i1][j] += x;
^
user.cpp:28:13: error: ‘apa’ was not declared in this scope
apa[i][j] += apa[i-1][j];
^
user.cpp:29:15: error: ‘apa’ was not declared in this scope
int max = apa[0][0], nmax = 1;
^
user.cpp:36:17: error: ‘nmax’ was not declared in this scope
nmax = 1;
^
user.cpp:38:17: error: ‘nmax’ was not declared in this scope
nmax ++;
^
user.cpp:40:27: error: ‘nmax’ was not declared in this scope
fout << max << " " << nmax;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !