0
Calculation of the control value. Tell me how to do it in the Python language?
Calculation of the control value. Tell me how to do it in the Python language? For a given sequence of non-negative integers, you must find the maximum product of its two elements, the numbers of which differ by at least 8. The value of each element of the sequence does not exceed 1000. The number of elements of the sequence does not exceed 10,000
4 Antworten
+ 2
The absolute value of their difference will be at least 8
+ 1
i tryed
+ 1
i dont know how to make it eight digits between the numbers. How do you translate this into code? Just tell me a hint
+ 1
thank you very much