I was able to solve the code but I could not understand what was the soln given to us in the editorial. like what is return inc || exc; how does this work and what is return(sum == 0 && included)
Also I was not able to get even how the code given in editorial is working how it returns true and false and why we have passed true to included when introducing inc boolean.