Help me in solving PRACTICEPERF problem

My issue

My code

# cook your dish here

Problem Link: PRACTICEPERF Problem - CodeChef

Just use an array to get 4 items, and if any item is greater than equal to 10 then have a counter to increase by 1. print the counter. that’s the trick.
as problem said at least 10 solves for 4 weeks.

1 Like