Skip to content

Commit

Permalink
spoj - GSS3
Browse files Browse the repository at this point in the history
  • Loading branch information
shiningflash authored Sep 27, 2019
1 parent cb98711 commit 36b8160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complicated version of segment tree/max_sum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Modify the i-th element in the sequence or for given x y print max{Ai + Ai+1 + .. + Aj | x<=i<=j<=y }
0 x y: modify A[x] into y (|y|<=10000)
1 x y: print max{Ai + Ai+1 + .. + Aj | x<=i<=j<=y }
1 x y: print max { Ai + Ai+1 + .. + Aj | x<=i<=j<=y }
[www.spoj.com/problems/GSS3]
*/
Expand Down

0 comments on commit 36b8160

Please sign in to comment.