kgajavellyAug '18how to input a number with 100000 digits in c++?createdAug '18last replyDec '223replies1.2kviews4users
arunkumar_123Dec '22You 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.