Borderou de evaluare (job #1818334)
Utilizator | Data | 29 noiembrie 2016 08:37:28 | |
---|---|---|---|
Problema | Floyd-Warshall/Roy-Floyd | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:13:10: error: ‘k’ was not declared in this scope
for (k = 1; k <= n; k++)
^
user.cpp:14:10: error: ‘i’ was not declared in this scope
for (i = 1; i <= n; i++)
^
user.cpp:15:10: error: ‘j’ was not declared in this scope
for (j = 1; j <= n; j++)
^
user.cpp:21:20: error: ‘j’ was not declared in this scope
fout<<a[i][j]<<'\n';
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !