1 / 4
Aug 2018

Well, what can you have that can be 100000 long?

11 months later
3 years later

You cannot read a number with 100000 digits in a basic data type like int, long etc in C++. You have to read it in a string variable.