Problem Description
Problem: https://leetcode.com/problems/average-waiting-time/
Description: The task is to calculate the average waiting time for all customers, considering each customer's arrival time and cooking time. Each customer can start th...