#include #include namespace mp = boost::multiprecision; int main() { mp::cpp_int x = 88887, m; m=mp::cpp_int("1151171888"); x=x*x*x%m; std::cout << x <