Maximum Circular Sum

none of the test case is passing

Hey @Learning_bunny you need to insert line break at the end of each test case. So
( cout<<maxCircularSum(a, n) ) will change to ( cout<<maxCircularSum(a, n)<<endl; )