0_0_22096825_27397.cpp: In function 'void DFS(int)':
0_0_22096825_27397.cpp:22:39: error: 'typeof' was not declared in this scope
#define Travel(x) for(typeof(x.begin()) it = x.begin(); it != x.end(); ++it)
^
0_0_22096825_27397.cpp:76:2: note: in expansion of macro 'Travel'
Travel(Edges[Now])
^
0_0_22096825_27397.cpp:22:57: error: 'it' was not declared in this scope
#define Travel(x) for(typeof(x.begin()) it = x.begin(); it != x.end(); ++it)
^
0_0_22096825_27397.cpp:76:2: note: in expansion of macro 'Travel'
Travel(Edges[Now])
^
|