why my ascii finder problem showing time limit exceded | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why my ascii finder problem showing time limit exceded

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

16th Jun 2018, 6:11 PM
Rahul guha
Rahul guha - avatar
3 Answers
+ 3
Values above 127 don't process well. Personally, I'd go for 32 to 126 as those are normally used visible characters. I managed to get up to 179 to display without timeout.
16th Jun 2018, 7:43 PM
John Wells
John Wells - avatar
+ 1
you have a bunch of mistakes, you have not defined value,no user input use this, I have created this months ago https://code.sololearn.com/cIy6uAXV7ZsV/?ref=app
16th Jun 2018, 6:19 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
tha n ks
16th Jun 2018, 6:27 PM
Rahul guha
Rahul guha - avatar