Borderou de evaluare (job #1953781)
Utilizator | Data | 5 aprilie 2017 00:14:04 | |
---|---|---|---|
Problema | Cartele | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void Roteste()’:
user.cpp:15:9: error: ‘aux’ was not declared in this scope
aux[i][j] = a[n - i + 1][j];
^
user.cpp:18:19: error: ‘aux’ was not declared in this scope
a[i][j] = aux[i][j];
^
user.cpp: In function ‘bool Egale()’:
user.cpp:26:24: error: ‘b’ was not declared in this scope
if (a[i][j] != b[i][j])
^
user.cpp: In function ‘void Inverseaza()’:
user.cpp:35:14: error: ‘b’ was not declared in this scope
swap(b[i][j], b[n - i + 1][j]);
^
user.cpp: In function ‘int main()’:
user.cpp:49:28: error: ‘b’ was not declared in this scope
if (a[i][j] != b[i][j]) // daca oricare doua celule situate pe aceeasi pozitie nu sunt identice
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !