|
|
back to boardit shows runtime error....can't find the problem....plz help me judges.. n=int(input()) s='' a='' for i in range(100): s=s+str(10**i) for j in range(n): x=int(input()) a=a+s[x-1]+' ' print(a) Edited by author 09.05.2015 00:38 Edited by author 09.05.2015 00:39 Edited by author 09.05.2015 00:39 Re: it shows runtime error....can't find the problem....plz help me judges.. same problem...............try........try........try Re: it shows runtime error....can't find the problem....plz help me judges.. Posted by Noob 17 May 2015 18:19 x can be up to 2^31 - 1 |
|
|