0_0_11531423_2171.cpp:2:24: bits/stdc++.h: No such file or directory
0_0_11531423_2171.cpp:12: error: expected init-declarator before '<' token
0_0_11531423_2171.cpp:12: error: expected `,' or `;' before '<' token
0_0_11531423_2171.cpp:13: error: expected init-declarator before '<' token
0_0_11531423_2171.cpp:13: error: expected `,' or `;' before '<' token
0_0_11531423_2171.cpp:14: error: `INT_MAX' was not declared in this scope
0_0_11531423_2171.cpp:14: error: `INT_MIN' was not declared in this scope
0_0_11531423_2171.cpp: In function `void open()':
0_0_11531423_2171.cpp:19: error: `stdin' undeclared (first use this function)
0_0_11531423_2171.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11531423_2171.cpp:19: error: `freopen' undeclared (first use this function)
0_0_11531423_2171.cpp:20: error: `stdout' undeclared (first use this function)
0_0_11531423_2171.cpp: In member function `void Link_Cut_Tree::init()':
0_0_11531423_2171.cpp:38: error: `memset' undeclared (first use this function)
0_0_11531423_2171.cpp:45: error: `scanf' undeclared (first use this function)
0_0_11531423_2171.cpp: In member function `void Link_Cut_Tree::push_up(int)':
0_0_11531423_2171.cpp:101: error: `max' undeclared (first use this function)
0_0_11531423_2171.cpp: In member function `void Link_Cut_Tree::push_down(int)':
0_0_11531423_2171.cpp:122: error: `swap' undeclared (first use this function)
0_0_11531423_2171.cpp: In function `int main()':
0_0_11531423_2171.cpp:173: error: `scanf' undeclared (first use this function)
0_0_11531423_2171.cpp:191: error: `printf' undeclared (first use this function)
|