0_0_12131660_28804.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_12131660_28804.cpp:13: error: expected constructor, destructor, or type conversion before '<' token
0_0_12131660_28804.cpp:13: error: expected `,' or `;' before '<' token
0_0_12131660_28804.cpp: In function `void GetPrime()':
0_0_12131660_28804.cpp:37: error: `fac' undeclared (first use this function)
0_0_12131660_28804.cpp:37: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12131660_28804.cpp: In function `int query(int, int)':
0_0_12131660_28804.cpp:67: error: `max' undeclared (first use this function)
0_0_12131660_28804.cpp:76: error: `fac' undeclared (first use this function)
0_0_12131660_28804.cpp:112: error: `min' undeclared (first use this function)
0_0_12131660_28804.cpp:115: error: `vector' undeclared (first use this function)
0_0_12131660_28804.cpp:115: error: expected primary-expression before "int"
0_0_12131660_28804.cpp:115: error: expected `;' before "int"
0_0_12131660_28804.cpp:135: error: `op' undeclared (first use this function)
0_0_12131660_28804.cpp: In function `int main()':
0_0_12131660_28804.cpp:173: error: `ios' has not been declared
0_0_12131660_28804.cpp:173: error: `sync_with_stdio' undeclared (first use this function)
0_0_12131660_28804.cpp:179: error: `cin' undeclared (first use this function)
0_0_12131660_28804.cpp:184: error: `max' undeclared (first use this function)
0_0_12131660_28804.cpp:186: error: `sqrt' undeclared (first use this function)
0_0_12131660_28804.cpp:192: error: `sort' undeclared (first use this function)
0_0_12131660_28804.cpp:204: error: `cout' undeclared (first use this function)
0_0_12131660_28804.cpp:204: error: `endl' undeclared (first use this function)
|