Large inputs

How to take input of very very large numbers ?
Beyond the range of long long int in C++ ???
And do mathematical operations with it ?

One can use strings but I don’t think so there is any problem related to it because one can easily do it in python or java BigInteger

Thanks… Actually I am new to Python but strong in C++. So was looking on how to deal with the problem in C++.