0_0_21813487_29204.cpp:6:1: error: 'vector' does not name a type
vector<int> p[N];
^
0_0_21813487_29204.cpp: In function 'void DFS(int)':
0_0_21813487_29204.cpp:10:8: error: 'p' was not declared in this scope
FI(p[x].size()){
^
0_0_21813487_29204.cpp:10:19: error: 'FI' was not declared in this scope
FI(p[x].size()){
^
0_0_21813487_29204.cpp: In function 'int main()':
0_0_21813487_29204.cpp:21:15: error: 'S' was not declared in this scope
while(S(n)!=EOF)
^
0_0_21813487_29204.cpp:21:18: error: 'EOF' was not declared in this scope
while(S(n)!=EOF)
^
0_0_21813487_29204.cpp:23:15: error: 'FI' was not declared in this scope
FI(n+1) p[i].clear();
^
0_0_21813487_29204.cpp:24:17: error: 'fill' was not declared in this scope
fill(d,0);
^
0_0_21813487_29204.cpp:36:13: error: 'i' was not declared in this scope
For(i,1,n+1){
^
0_0_21813487_29204.cpp:36:20: error: 'For' was not declared in this scope
For(i,1,n+1){
^
0_0_21813487_29204.cpp:43:26: error: 'printf' was not declared in this scope
printf("NO\n");
^
0_0_21813487_29204.cpp:59:16: error: 'p' was not declared in this scope
FI(p[mi].size()){
^
0_0_21813487_29204.cpp:81:26: error: 'printf' was not declared in this scope
printf("NO\n");
^
0_0_21813487_29204.cpp:83:27: error: 'printf' was not declared in this scope
printf("YES\n");
^
|