Are there types bigger than long long int in C++?
My compiler is g++.
You can use
#include using namespace boost::multiprecision;
to work with data type bigger than long long int and the data type is cpp_int Ref
cpp_int