The problem is [GSS1](http://www.spoj.com/problems/GSS1/) and my [solution](https://pastebin.com/wAENHQTM040iSBaN) is very close to AC but I just can't seem to find why my code gives SIGSEGV segmentation fault on G4G IDE.↵
I request you to take a quick look at the code and let me know, it will be a big help!↵
Thanks a lot!↵
↵
PS- I used segment tree to store sum, maximum prefix sum, maximum suffix sum and maximum subarray sum in a segment.
I request you to take a quick look at the code and let me know, it will be a big help!↵
Thanks a lot!↵
↵
PS- I used segment tree to store sum, maximum prefix sum, maximum suffix sum and maximum subarray sum in a segment.