| 
 | 
вернуться в форумplz help wa#3 python3.6 n=int(input()) print(math.ceil(n/(9*5))) i=0 while(n>9):     print(9,end='')     n-=9     i+=1     if i%5==0:         print(end=' ') print(n) Re: plz help wa#3 python3.6 Послано  wiwi 27 ноя 2020 21:55 the elements must be different. You repeat them  |  
  | 
|