0_0_30231139_16840.cpp: In function 'int dfs(int)':
0_0_30231139_16840.cpp:27:6: error: 'i' was not declared in this scope
;i<=m;i++)
^
0_0_30231139_16840.cpp: In function 'int main()':
0_0_30231139_16840.cpp:18:30: error: expected primary-expression before ',' token
#define FILL(a,b) (memset(a,b,sizeof(a)))
^
0_0_30231139_16840.cpp:45:9: note: in expansion of macro 'FILL'
FILL(g,);FILL(linker,-);
^
0_0_30231139_16840.cpp:18:30: error: expected primary-expression before ',' token
#define FILL(a,b) (memset(a,b,sizeof(a)))
^
0_0_30231139_16840.cpp:45:18: note: in expansion of macro 'FILL'
FILL(g,);FILL(linker,-);
^
0_0_30231139_16840.cpp:50:21: error: expected primary-expression before ';' token
g[u][v]=;
^
0_0_30231139_16840.cpp:53:10: error: 'i' was not declared in this scope
;i<=n;i++)
^
0_0_30231139_16840.cpp:58:23: error: 'ans' was not declared in this scope
printf("%d\n",ans);
^
|