0_0_38626475_2853.cpp: In function 'void djstl(int)':
0_0_38626475_2853.cpp:9:27: error: 'dist' was not declared in this scope
for(int i=0;i<=n;i++) dist[i]=a[0][i];
^~~~
0_0_38626475_2853.cpp:9:27: note: suggested alternative: 'dis'
for(int i=0;i<=n;i++) dist[i]=a[0][i];
^~~~
dis
|