Company: Albertsons_16feb
Difficulty: medium
Software Development Sprint Problem Description Liam manages a team of software developers who are working on completing N tasks for an upcoming product release. The team consists of three groups of developers categorized by their roles (n1, n2, n3) developers. These groups work on different stages of the development process: n1 developers work on Feature Development. n2 developers work on Bug Fixing. n3 developers work on Code Review. Each developer in a group works with the same efficiency. The time taken by a developer in Feature Development is d1 days, in Bug Fixing is d2 days, and in Code Review is d3 days to complete their tasks. The product management team wants to ensure that all developers work efficiently and complete their tasks within D days. Your task is to determine and return whether it is possible to complete all tasks within the assigned time. If it is possible, return "Yes X", where X is the number of days it will take to finish the work; otherwise, return "No Y", whe