Problem with data type of red lenguaje

What happens

I’m having a problem with the datatype in the red lenguaje to store large integer numbers

What do you understand or find about that problem

When running the test that are in DATA.lst I found that some of the numbers can not be stored in the normal integer of the lenguaje because it’s only of 32 bits, not enough to all the tests

Did you try any workaround? What did you do?

I tried the float datatype, which have 64 bits and can store all the tests, but the decimals are a problem and the only way to cut it is with integers. Also tried with external libraries to use but didn’t work

(Optional) Why does the workaround fail?

It failed because of the decimals, and the other solution because librarie did not work

Evidences

captura

I need help with

I need help to find another datatype of the lenguaje to store large numbers

Thank you

Hello,

If you can’t find a way to solve this problem, you should try to solve this challenge in another language.

Regards,