0_0_26116508_12414.cpp: In function 'void init()':
0_0_26116508_12414.cpp:13:9: error: 'i' was not declared in this scope
FOR(i,1,N){
^
0_0_26116508_12414.cpp:13:14: error: 'FOR' was not declared in this scope
FOR(i,1,N){
^
0_0_26116508_12414.cpp: In function 'void dfs(int, int)':
0_0_26116508_12414.cpp:32:9: error: 'i' was not declared in this scope
FOR(i,0,G[u].size()){
^
0_0_26116508_12414.cpp:32:24: error: 'FOR' was not declared in this scope
FOR(i,0,G[u].size()){
^
0_0_26116508_12414.cpp: In function 'void calc()':
0_0_26116508_12414.cpp:41:9: error: 'i' was not declared in this scope
FOR(i,1,n+1){
^
0_0_26116508_12414.cpp:41:16: error: 'FOR' was not declared in this scope
FOR(i,1,n+1){
^
0_0_26116508_12414.cpp: In function 'll solve()':
0_0_26116508_12414.cpp:57:9: error: 'i' was not declared in this scope
FOR(i,2,n+1){
^
0_0_26116508_12414.cpp:57:16: error: 'FOR' was not declared in this scope
FOR(i,2,n+1){
^
0_0_26116508_12414.cpp: In function 'int main()':
0_0_26116508_12414.cpp:87:13: error: 'i' was not declared in this scope
FOR(i,0,N) G[i].clear();
^
0_0_26116508_12414.cpp:87:18: error: 'FOR' was not declared in this scope
FOR(i,0,N) G[i].clear();
^
|