Answered step by step
Verified Expert Solution
Question
1 Approved Answer
On some special occasion Nadias company provide very special lunch for all employees of the company. Before the food is served all of the employees
On some special occasion Nadias company provide very special lunch for all employees of the company. Before the food is served all of the employees must stand in a queue in front of the food counter. The company applied a rule for standing in the queue. For instance if Abul is the supervisor of Babul and Abul stands in kth position from the front of the queue, then Babul cannot stand at any position in between 1 and k-1 from front of the queue. The company has N employees and each of them has one supervisor except one who doesnt have any supervisor.
You need to calculate in how many ways the queue can be created. You can safely assume that in at least one way the queue can be created.
Input
The first line is the number of test cases.
Each test case:
- The first line contains 2 integers M and N.
- Line 2..N: consist of one integer is supervisor of i-employees.
Output
For each test case: the result of this problem module M in one line.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started