#include int main(){ BigInt n(324236528734ULL); std::cout << n.hexString() << "\n"; }