Company: Wiley Edge

Difficulty: medium

Problem Statement

Resource Power A valid resource system consists either of three resources of the same size or one resource of each size. Given counts `A`, `B`, and `C` of small, medium, and large resources, print the maximum number of valid systems. Input Format Three integers `A B C`. Output Format Print the maximum number of systems.

More Wiley Edge OA questionsInterview experiences