Company: DBS Tech India (DTI) Apprenticeship_27march
Difficulty: medium
Account information Find out the following information about accounts that you transact with through your digital wallet. Based on the user's input information, this information must be in increasing order of bank account numbers. Conditions The information you need to complete the transaction is as follows: <bank_account_number> <account_holder_first_name> <account_holder_last_name> <registered_mobile_number> <branch_code> No two accounts can have the same account number or registered mobile number. At least one record must match the user's input information. Function description Complete the function solve . This function takes the following 4 parameters and returns the required answer: N : Represents the number of saved accounts A : Represents a 2D vector of strings denoting the information for saved accounts D : Represents the name of information the user has V : Represents the value of the given information Input format for custom testing Note: Use th