0_0_13807955_20629.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807955_20629.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807955_20629.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807955_20629.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807955_20629.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807955_20629.cpp: In function 'void init()':
0_0_13807955_20629.cpp:32:37: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(int)*(n+1));
^
0_0_13807955_20629.cpp: In function 'void SPFA(int)':
0_0_13807955_20629.cpp:38:5: error: 'queue' was not declared in this scope
queue Q;
^
0_0_13807955_20629.cpp:39:34: error: 'memset' was not declared in this scope
memset(in,0,sizeof(int)*(n+1));
^
0_0_13807955_20629.cpp:41:5: error: 'Q' was not declared in this scope
Q.push(st);
^
0_0_13807955_20629.cpp:52:28: error: expected ')' before 'd'
if(d[edge[i].v]d[tmp]+edge[i].w)
^
0_0_13807955_20629.cpp: In function 'bool isok(int)':
0_0_13807955_20629.cpp:71:5: error: expected ')' before 'if'
if(ed[now]) return true;
^
0_0_13807955_20629.cpp: In function 'int main()':
0_0_13807955_20629.cpp:82:35: error: 'scanf' was not declared in this scope
while(~scanf("%d%d%d",&n,&m,&e))
^
0_0_13807955_20629.cpp:86:9: error: expected ';' before '{' token
{
^
0_0_13807955_20629.cpp:86:9: error: expected primary-expression before '{' token
0_0_13807955_20629.cpp:86:9: error: expected ')' before '{' token
0_0_13807955_20629.cpp:92:9: error: expected ';' before '{' token
{
^
0_0_13807955_20629.cpp:92:9: error: expected primary-expression before '{' token
0_0_13807955_20629.cpp:92:9: error: expected ')' before '{' token
0_0_13807955_20629.cpp:99:9: error: expected ';' before 'SPFA'
SPFA(pli);
^
0_0_13807955_20629.cpp:99:18: error: expected ')' before ';' token
SPFA(pli);
^
0_0_13807955_20629.cpp:102:18: error: lvalue required as left operand of assignment
while(r-l=eps)
^
0_0_13807955_20629.cpp:104:37: error: 'memset' was not declared in this scope
memset(vis,0,sizeof(vis));
^
0_0_13807955_20629.cpp:109:35: error: 'puts' was not declared in this scope
if(!tzf) puts("IMPOSSIBLE");
^
0_0_13807955_20629.cpp:110:35: error: 'printf' was not declared in this scope
else printf("%.10lf\n",mid);
^
|