COOK OFF problem please help me solve my mistakes

Now, that the COOK-OFF challenge is over, I’d like to know what exactly was the reason for getting a WA inspite of getting a correct answer in my compiler as well as on codechef-ide…https://www.codechef.com/viewsolution/40638324

Please help me find my mistakes, :slight_smile:
Thanks in advance .

1 Like

‘>=75’

1 Like

m>=75

1 Like

atleast 75 is required

1 Like

I think it should be greater than equal to 75

1 Like

m >= 75

1 Like

if(m=="% attendance"){
m>=75 is the correct condition.
}

1 Like

Thanks all …i was very close to getting a correct answer :frowning: , will try again next time :slight_smile:

1 Like