fork download
  1.  
  2. x = 0
  3. y= 0
  4. z = 0
  5. for x in range (0,10) :
  6. if x*x*x == 27:
  7. for y in range (0,10) :
  8. if y*y*y*x == 24 :
  9. for z in range (0,10) :
  10. if x*y*z*z == 96 :
  11. print z+x*y
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
10