0_0_23191554_28978.cpp: In function 'void prim()':
0_0_23191554_28978.cpp:39:32: error: invalid operands of types 'double' and '<unresolved overloaded function type>' to binary 'operator<'
if(!vis[j]&&dis[j]<min) int="" j="1;j<=n;j++)" min="=inf)" pos="j;">Map[pos][j])
^
0_0_23191554_28978.cpp:39:40: error: expected unqualified-id before '=' token
if(!vis[j]&&dis[j]<min) int="" j="1;j<=n;j++)" min="=inf)" pos="j;">Map[pos][j])
^
0_0_23191554_28978.cpp:46:12: error: expected primary-expression before '%' token
printf(%.3lf
^
0_0_23191554_28978.cpp:46:13: error: unable to find numeric literal operator 'operator""lf'
printf(%.3lf
^
0_0_23191554_28978.cpp:46:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_23191554_28978.cpp: In function 'int main()':
0_0_23191554_28978.cpp:53:17: error: expected primary-expression before '%' token
while(scanf(%d,&n),n)
^
0_0_23191554_28978.cpp:53:18: error: 'd' was not declared in this scope
while(scanf(%d,&n),n)
^
0_0_23191554_28978.cpp:57:19: error: expected primary-expression before '%' token
scanf(%lf%lf%lf%lf,&p[i].x,&p[i].y,&p[i].z,&p[i].r);
^
0_0_23191554_28978.cpp:57:20: error: 'lf' was not declared in this scope
scanf(%lf%lf%lf%lf,&p[i].x,&p[i].y,&p[i].z,&p[i].r);
^
|