I am trying to propagate two 64-bit integers and get an error - uint512_t was not declared in this area when I try to save the product in uint512_t data types. Is there an alternative data type that I can use to store such huge values? My arrays contain digits of numbers that I am trying to multiply.
#include <cstdint>
source share