problem: LOSTWKND Problem - CodeChef
my soln: CodeChef: Practical coding for everyone
logic i used: i just multiplied every weekday work hour value by p and added them together in sum
then i just checked whether sum is >120 or not
it says wrong answer but i cant seem to find the mistake
sorry if i am missing something obvious
thakns for help