0_0_10608375_5619.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_10608375_5619.cpp: In function `T read()':
0_0_10608375_5619.cpp:16: error: `cin' undeclared (first use this function)
0_0_10608375_5619.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10608375_5619.cpp: In function `int main()':
0_0_10608375_5619.cpp:27: error: `ios' has not been declared
0_0_10608375_5619.cpp:27: error: `sync_with_stdio' undeclared (first use this function)
0_0_10608375_5619.cpp:29: error: `cout' undeclared (first use this function)
0_0_10608375_5619.cpp:29: error: `fixed' undeclared (first use this function)
0_0_10608375_5619.cpp:29: error: `setprecision' undeclared (first use this function)
0_0_10608375_5619.cpp: In function `void solve()':
0_0_10608375_5619.cpp:37: error: `cin' undeclared (first use this function)
0_0_10608375_5619.cpp:38: error: `memset' undeclared (first use this function)
0_0_10608375_5619.cpp:39: error: `multiset' undeclared (first use this function)
0_0_10608375_5619.cpp:39: error: expected primary-expression before "int"
0_0_10608375_5619.cpp:39: error: expected `;' before "int"
0_0_10608375_5619.cpp:46: error: `vector' undeclared (first use this function)
0_0_10608375_5619.cpp:46: error: expected primary-expression before "int"
0_0_10608375_5619.cpp:46: error: expected `;' before "int"
0_0_10608375_5619.cpp:52: error: `VV' undeclared (first use this function)
0_0_10608375_5619.cpp:61: error: `V' undeclared (first use this function)
0_0_10608375_5619.cpp:72: error: `typeof' undeclared (first use this function)
0_0_10608375_5619.cpp:72: error: expected `;' before "it"
0_0_10608375_5619.cpp:72: error: `it' undeclared (first use this function)
0_0_10608375_5619.cpp:105: error: `cout' undeclared (first use this function)
0_0_10608375_5619.cpp: In function `void run()':
0_0_10608375_5619.cpp:108: error: `cin' undeclared (first use this function)
|