void merge(int[] nums, int low, int mid, int high) { ...
This is a console app where customers can book tables, check availability, view or cancel reservations, and admins can manage everything.