0_0_13814065_12518.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:11:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:13:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp:14:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13814065_12518.cpp: In function 'void tarjan(int, int)':
0_0_13814065_12518.cpp:44:37: error: 'min' was not declared in this scope
low[u]=min(low[u],low[v]);
^
0_0_13814065_12518.cpp:46:38: error: 'min' was not declared in this scope
else low[u]=min(low[u],dfn[v]);
^
0_0_13814065_12518.cpp: In function 'bool judge1(int, int, int, int)':
0_0_13814065_12518.cpp:52:5: error: expected ')' before 'int'
int ina=0,inb=0;
^
0_0_13814065_12518.cpp:54:5: error: expected ')' before 'if'
if(dfn[b]=dfn[c]&&out[b]
^
0_0_13814065_12518.cpp:58:9: error: expected ')' before 'return'
return 0;
^
0_0_13814065_12518.cpp: In function 'int move(int, int)':
0_0_13814065_12518.cpp:63:5: error: expected ')' before 'for'
for(int i=19;i=0;i--)
^
0_0_13814065_12518.cpp:63:18: error: 'i' was not declared in this scope
for(int i=19;i=0;i--)
^
0_0_13814065_12518.cpp: In function 'bool judge2(int, int, int)':
0_0_13814065_12518.cpp:70:5: error: expected ')' before 'if'
if(dfn[b]=dfn[c]&&out[b]
^
0_0_13814065_12518.cpp:72:19: error: 'flag' was not declared in this scope
if(!ina&&!inb)flag=1;
^
0_0_13814065_12518.cpp:76:5: error: expected ')' before '}' token
}
^
0_0_13814065_12518.cpp:76:5: error: expected primary-expression before '}' token
0_0_13814065_12518.cpp:80:5: error: expected ')' before '}' token
}
^
0_0_13814065_12518.cpp:80:5: error: expected primary-expression before '}' token
0_0_13814065_12518.cpp:84:19: error: 'flag' was not declared in this scope
if(pp==qq)flag=1;
^
0_0_13814065_12518.cpp:86:5: error: expected ')' before '}' token
}
^
0_0_13814065_12518.cpp:86:5: error: expected primary-expression before '}' token
0_0_13814065_12518.cpp:87:12: error: 'flag' was not declared in this scope
return flag;
^
0_0_13814065_12518.cpp: In function 'int main()':
0_0_13814065_12518.cpp:94:31: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&n,&m)){
^
0_0_13814065_12518.cpp:95:37: error: 'memset' was not declared in this scope
memset(head,-1,sizeof(head));tol=0;
^
0_0_13814065_12518.cpp:106:14: error: expected ';' before 'if'
if(!dfn[i]){
^
0_0_13814065_12518.cpp:106:14: error: expected primary-expression before 'if'
0_0_13814065_12518.cpp:106:14: error: expected ')' before 'if'
0_0_13814065_12518.cpp:110:7: error: expected ';' before 'for'
for(int i=1;i
^
0_0_13814065_12518.cpp:110:7: error: expected primary-expression before 'for'
0_0_13814065_12518.cpp:110:7: error: expected ')' before 'for'
0_0_13814065_12518.cpp:111:18: error: expected ';' before 'fa'
fa[i][j]=fa[fa[i][j-1]][j-1];
^
0_0_13814065_12518.cpp:111:46: error: expected ')' before ';' token
fa[i][j]=fa[fa[i][j-1]][j-1];
^
0_0_13814065_12518.cpp:119:47: error: 'puts' was not declared in this scope
if(judge1(a,b,c,d))puts("yes");else puts("no");
^
0_0_13814065_12518.cpp:119:63: error: 'puts' was not declared in this scope
if(judge1(a,b,c,d))puts("yes");else puts("no");
^
0_0_13814065_12518.cpp:123:45: error: 'puts' was not declared in this scope
if(judge2(a,b,c))puts("yes");
^
0_0_13814065_12518.cpp:124:32: error: 'puts' was not declared in this scope
else puts("no");
^
|