0_0_13007694_29611.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_13007694_29611.cpp:11: error: expected constructor, destructor, or type conversion before '<' token
0_0_13007694_29611.cpp:11: error: expected `,' or `;' before '<' token
0_0_13007694_29611.cpp: In function `void DFS(int, int)':
0_0_13007694_29611.cpp:35: error: `pair' undeclared (first use this function)
0_0_13007694_29611.cpp:35: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13007694_29611.cpp:35: error: expected primary-expression before "int"
0_0_13007694_29611.cpp:35: error: expected `;' before "int"
0_0_13007694_29611.cpp:36: error: `V' undeclared (first use this function)
0_0_13007694_29611.cpp:36: error: `val' undeclared (first use this function)
0_0_13007694_29611.cpp:38: error: `memset' undeclared (first use this function)
0_0_13007694_29611.cpp:48: error: `max' undeclared (first use this function)
0_0_13007694_29611.cpp:49: error: `swap' undeclared (first use this function)
0_0_13007694_29611.cpp:72: error: `max_element' undeclared (first use this function)
0_0_13007694_29611.cpp: In function `void work()':
0_0_13007694_29611.cpp:77: error: `memset' undeclared (first use this function)
0_0_13007694_29611.cpp:80: error: `scanf' undeclared (first use this function)
0_0_13007694_29611.cpp:86: error: `val' undeclared (first use this function)
0_0_13007694_29611.cpp:86: error: `make_pair' undeclared (first use this function)
0_0_13007694_29611.cpp:92: error: `min' undeclared (first use this function)
0_0_13007694_29611.cpp:95: error: `cout' undeclared (first use this function)
0_0_13007694_29611.cpp:95: error: `max_element' undeclared (first use this function)
0_0_13007694_29611.cpp:95: error: `endl' undeclared (first use this function)
0_0_13007694_29611.cpp: In function `int main()':
0_0_13007694_29611.cpp:99: error: `scanf' undeclared (first use this function)
|