Hi @Prateek-Narang-10209 bhaiya and @deepakaggarwal bhaiya i am trying to solve this question and for me one of the test case is failing . Could you please suggest me in such scenarios how i can check for the edge cases .
https://ide.codingblocks.com/#/s/13015
https://online.codingblocks.com/player/2872/content/782
And as well as for the Problem - Facto Sum for given input output should be 150 or my understanding is wrong .
https://online.codingblocks.com/player/2872/content/786
3
3 4 5
3! = 6
4! = 24
5! = 120
so ans = 6+4+120 = 150
if my understanding is wrong please correct me .