FORM BIGGEST NUMBER
CodeChefOpen on judge ↗
You are provided an array of numbers. You need to arrange them in a way that yields the largest value. Input First line it contains an integer n which is the size of array A[] and next line contains n space separated integers A[i] . Output Print the largest value. Constraints 1Example Input: 4 54 546 548 60 Output: 6054854654
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start