0_0_9083797_18613.cpp:12: error: expected `)' before '::' token
0_0_9083797_18613.cpp:18: error: conflicting declaration 'int size[300000]'
0_0_9083797_18613.cpp:10: error: 'size' has a previous declaration as `int size'
0_0_9083797_18613.cpp:18: error: type mismatch with previous external decl of `int size[300000]'
0_0_9083797_18613.cpp:10: error: previous external decl of `int size'
0_0_9083797_18613.cpp:18: error: declaration of `int size[300000]'
0_0_9083797_18613.cpp:10: error: conflicts with previous declaration `int size'
0_0_9083797_18613.cpp: In function `void dfs(int)':
0_0_9083797_18613.cpp:25: error: invalid types `int[int]' for array subscript
0_0_9083797_18613.cpp:28: error: invalid types `int[int]' for array subscript
0_0_9083797_18613.cpp:28: error: invalid types `int[int]' for array subscript
0_0_9083797_18613.cpp: In function `int main()':
0_0_9083797_18613.cpp:125: error: invalid types `int[int]' for array subscript
|