0_0_6603194_15495.cpp: In function `void kruscal()':
0_0_6603194_15495.cpp:188: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:188: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6603194_15495.cpp:188: error: expected `;' before "it"
0_0_6603194_15495.cpp:188: error: `it' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `void initialize(int)':
0_0_6603194_15495.cpp:265: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:265: error: expected `;' before "i"
0_0_6603194_15495.cpp:265: error: `i' undeclared (first use this function)
0_0_6603194_15495.cpp:270: error: expected `;' before "it"
0_0_6603194_15495.cpp:270: error: `it' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `void addTree(int, SegmentTree&)':
0_0_6603194_15495.cpp:288: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:288: error: expected `;' before "it"
0_0_6603194_15495.cpp:288: error: `it' undeclared (first use this function)
0_0_6603194_15495.cpp:300: error: expected `;' before "it"
0_0_6603194_15495.cpp: In function `int getLca(int, int)':
0_0_6603194_15495.cpp:316: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:316: error: expected `;' before "i"
0_0_6603194_15495.cpp:316: error: `i' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `void process()':
0_0_6603194_15495.cpp:325: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:325: error: expected `;' before "i"
0_0_6603194_15495.cpp:325: error: `i' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `void build()':
0_0_6603194_15495.cpp:369: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:369: error: expected `;' before "it"
0_0_6603194_15495.cpp:369: error: `it' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `void solve()':
0_0_6603194_15495.cpp:383: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:383: error: expected `;' before "step"
0_0_6603194_15495.cpp:383: error: `step' undeclared (first use this function)
0_0_6603194_15495.cpp: In function `int main()':
0_0_6603194_15495.cpp:423: error: `typeof' undeclared (first use this function)
0_0_6603194_15495.cpp:423: error: expected `;' before "i"
0_0_6603194_15495.cpp:423: error: `i' undeclared (first use this function)
0_0_6603194_15495.cpp:425: error: expected `;' before "i"
|