• + 1 comment

    How come it is that there are people who imported the boost/multiprecision library to solve the problem using C++ and got full score, but when I try to run the same code on my machine, it is not being able to compile the line #include "boost/multiprecision/cpp_int.hpp".

    Isn't Hackerrank supposed to use the very same compiler to a C++ code? How come it is running for him, and not for me? Is there some settings I need to change, that I'm not aware of?