Borderou de evaluare (job #1052050)

Utilizator span7aRazvan span7a Data 10 decembrie 2013 20:33:55
Problema Algoritmul lui Dijkstra Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:6:19: error: size of array ‘a’ is too large int a[50000][50000],cost[50001],n,viz[50001],t[50001],valmin; ^ user.cpp: In function ‘void umple()’: user.cpp:11:13: error: ‘a’ was not declared in this scope a[i][j]=M; ^ user.cpp: In function ‘int main()’: user.cpp:19:13: error: ‘a’ was not declared in this scope a[x][y]=z; ^ user.cpp:25:18: error: ‘a’ was not declared in this scope {cost[i]=a[1][i]; ^ user.cpp:36:36: error: ‘a’ was not declared in this scope if(cost[i]>cost[k]+a[k][i]) ^

Ceva nu functioneaza?