Can anyone tell me whats wrong with my code.. i am not a programmer so i dont know why i can' t give input more than a billion | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone tell me whats wrong with my code.. i am not a programmer so i dont know why i can' t give input more than a billion

https://code.sololearn.com/cSmJY7f12pLN/?ref=app

10th Mar 2018, 6:08 AM
Jurinah Damis
Jurinah Damis - avatar
5 Answers
+ 4
//cin.ignore(); do this on code and then code will work..
10th Mar 2018, 6:12 AM
Scooby
Scooby - avatar
+ 4
i think u concern about input limit unsigned long int 4bytes 0 to 4,294,967,295.. u cant give upper than value on long int
10th Mar 2018, 6:15 AM
Scooby
Scooby - avatar
+ 4
no problem
10th Mar 2018, 6:19 AM
Scooby
Scooby - avatar
+ 2
i have done it, row 13... but it is still the same
10th Mar 2018, 6:14 AM
Jurinah Damis
Jurinah Damis - avatar
+ 2
i think i understand.. thank you
10th Mar 2018, 6:17 AM
Jurinah Damis
Jurinah Damis - avatar