Education + Jobs Hiring Website - 2025
0 like 0 dislike
2,914 views
Given an array of size "N" ; find the number of qudruplets ; such that ; i<j<k<l and

a[i] < a[j] < a[k] < a[l]

1<=N<=1000

1<=A[i]<=100000000
in Online Assessments by Expert (145,060 points)
edited by | 2,914 views

Please log in or register to answer this question.