Borderou de evaluare (job #1953786)
Utilizator | Data | 5 aprilie 2017 00:18:16 | |
---|---|---|---|
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:13:22: error: ‘n’ was not declared in this scope
for (i = 1; i <= n; i++)
^
user.cpp:15:21: error: ‘a’ was not declared in this scope
aux[i][j] = a[n - i + 1][j];
^
user.cpp:16:22: error: ‘n’ was not declared in this scope
for (i = 1; i <= n; i++)
^
user.cpp:18:9: error: ‘a’ was not declared in this scope
a[i][j] = aux[i][j];
^
user.cpp: In function ‘bool Egale()’:
user.cpp:23:22: error: ‘n’ was not declared in this scope
for (i = 1; i <= n; i++)
^
user.cpp:25:13: error: ‘sablon’ was not declared in this scope
if (sablon[i][j] != a[i][j])
^
user.cpp:25:29: error: ‘a’ was not declared in this scope
if (sablon[i][j] != a[i][j])
^
user.cpp: In function ‘void Inverseaza()’:
user.cpp:32:22: error: ‘n’ was not declared in this scope
for (i = 1; i <= n / 2; i++)
^
user.cpp:34:14: error: ‘a’ was not declared in this scope
swap(a[i][j], a[n - i + 1][j]);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !