Borderou de evaluare (job #2239048)
Utilizator | Data | 8 septembrie 2018 19:17:15 | |
---|---|---|---|
Problema | 2SAT | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:12:34: error: size of array ‘A’ is too large
int A[MAX_ECUATII][MAX_DIMENSIUNE];
^
user.cpp: In function ‘void backtrack(int)’:
user.cpp:25:21: error: ‘A’ was not declared in this scope
if (A[i][j] > 0 && x[ A[i][j] ] == 1) {
^
user.cpp:29:21: error: ‘A’ was not declared in this scope
if (A[i][j] < 0 && x[ -A[i][j] ] == 0) {
^
user.cpp: In function ‘int main()’:
user.cpp:57:18: error: ‘A’ was not declared in this scope
fin>>A[i][j];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !