 Coolboy1213 
                                                04.10.2019 20:40
                                                
                                                Coolboy1213 
                                                04.10.2019 20:40
                                             динакоровина 
                                                04.10.2019 20:40
                                                
                                                динакоровина 
                                                04.10.2019 20:40
                                             HLNLZ 
                                                04.10.2019 20:40
                                                
                                                HLNLZ 
                                                04.10.2019 20:40
                                             гэлочка 
                                                04.10.2019 20:40
                                                
                                                гэлочка 
                                                04.10.2019 20:40
                                             дианка204 
                                                07.05.2020 20:32
                                                
                                                дианка204 
                                                07.05.2020 20:32
                                             фиксоня 
                                                07.05.2020 20:32
                                                
                                                фиксоня 
                                                07.05.2020 20:32
                                             ivanperepelkin 
                                                24.12.2020 22:36
                                                
                                                ivanperepelkin 
                                                24.12.2020 22:36
                                             togrul654 
                                                24.12.2020 22:37
                                                
                                                togrul654 
                                                24.12.2020 22:37
                                             irynafurmanets 
                                                24.12.2020 22:37
                                                
                                                irynafurmanets 
                                                24.12.2020 22:37
                                             Lichnosti 
                                                24.12.2020 22:38
                                                
                                                Lichnosti 
                                                24.12.2020 22:38
                                            
a = list(map(float,input().split()))
b = 1
for i in range (len(a)):
if a[i] % 2 != 0:
b *= i**2
k += 1
print (b**(1/k))
2)
a = list(map(float,input().split()))
for i in range (len(a)):
print (a[i],end=' ')
if abs(a[i]) > 10:
a[i] = 0
print ('')
for i in range (len(a)):
print (a[i],end=' ')