0_0_9936469_4948.cpp:2:24: bits/stdc++.h: No such file or directory
0_0_9936469_4948.cpp: In function `int DP(int, int)':
0_0_9936469_4948.cpp:57: error: `INT_MAX' undeclared (first use this function)
0_0_9936469_4948.cpp:57: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9936469_4948.cpp:66: error: `min' undeclared (first use this function)
0_0_9936469_4948.cpp: In function `void PP(int, int)':
0_0_9936469_4948.cpp:80: error: `cout' undeclared (first use this function)
0_0_9936469_4948.cpp:80: error: `endl' undeclared (first use this function)
0_0_9936469_4948.cpp:86: error: `INT_MAX' undeclared (first use this function)
0_0_9936469_4948.cpp: In function `int main()':
0_0_9936469_4948.cpp:122: error: `ios_base' has not been declared
0_0_9936469_4948.cpp:122: error: `sync_with_stdio' undeclared (first use this function)
0_0_9936469_4948.cpp:123: error: `cin' undeclared (first use this function)
0_0_9936469_4948.cpp:130: error: `memset' undeclared (first use this function)
0_0_9936469_4948.cpp:138: error: `INT_MAX' undeclared (first use this function)
0_0_9936469_4948.cpp:141: error: `min' undeclared (first use this function)
0_0_9936469_4948.cpp:148: error: `cout' undeclared (first use this function)
0_0_9936469_4948.cpp:148: error: `endl' undeclared (first use this function)
|