an error is coming in running the code given in the lecture.
1.unable to open include file climits.h
2.undefined symbol INT_MAX and INT_MIN
I asked the same doubt earlier.It was told to include all the header files. pls tell what all header files to be included.
i have checked the code from the lecture but the error is still coming
earlier it was also told that we can also use
1.#include<bits/stdc++.h>
2.using namespace std;
but an error of unable to include the file is coming. in statement 1 and declaration syntax error in statement 2.
i have included all the header files but the error is still there.