16. Budgets (2)

Time Limit: N/A seconds

Memory Limit: N/A MB

Rating: 800

Problem Statement

Superhero companies want to know which heroes increase their income the most. Make a program that checks each heroes %profit. Discard the heroes with a %profit of 15 or under. %profit = $100 * new profit / old profit$

Input

Not available for this problem.

Output

Not available for this problem.

Sample Cases
Not available for this problem.
Explanation

Not available for this problem.

Sources

KL Coding Cup 2022 > Problem 5 > Intermediate League

Submit | Back