Arrange the dates
CodeChefOpen on judge ↗
Write a program to arrange the dates of birth entered by user in ascending order. Given an integer n, where n is the number of dates entered. Dates are in the format Date/Month/Year. *Valid date will be considered!! Input The first line of the input contains a single integer "n" denoting the number of dates. The next line contains "n" dates . Output Print the arranged dates. Constraints 1
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