Math, asked by siddeshwar6746, 11 months ago

Given n numbers find x which when added produces same numbers

Answers

Answered by rishika79
0

Answer:

Step-by-step explanation:

Input: n = "218765"

Output: "251678"

Input: n = "1234"

Output: "1243"

Input: n = "4321"

Output: "Not Possible"

Input: n = "534976"

Output: "536479"

Hope it helps you...

Similar questions