Borderou de evaluare (job #1441562)
Utilizator | Data | 24 mai 2015 11:18:25 | |
---|---|---|---|
Problema | Algoritmul lui Dijkstra | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:7:15: error: size of array ‘a’ is too large
int a[MAX][MAX];
^
user.cpp: In function ‘int main()’:
user.cpp:14:13: error: ‘a’ was not declared in this scope
a[i][j]=1000000000;
^
user.cpp:18:9: error: ‘a’ was not declared in this scope
a[x][y]=z;
^
user.cpp:22:17: error: ‘a’ was not declared in this scope
if((a[1][k]+a[k][j]<a[1][j])&&(i!=k)&&(j!=k))
^
user.cpp:25:12: error: ‘a’ was not declared in this scope
g<<a[1][i]<<" ";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !