Python, here's a question!

Asked 2 years ago, Updated 2 years ago, 14 views

While I was implementing the algorithm,

For example, a1 + b1 + c1 = d1 a2 + b2 + c2 = d2 ..... a10+b10+c10=d10

at the value of

Among values between d1 and d10, Pick four randomly.

You are about to change the value of a b c of the selected valueOnly

Assuming that the selected value is d(), we are having a hard time because we can't think of a way to know which of d1~d10 I'd appreciate your help!

python

2022-09-22 08:48

1 Answers

It would be nice if you could tell me the approximate code. Based on the description, the values a1, b1, c1 are integers, and what is the relationship between a1 and a2? I don't know what pattern there is.


2022-09-22 08:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.