#P15906. [TOPC 2024] Business Magic
[TOPC 2024] Business Magic
Description
There are stores located along a street, numbered from to from nearest to farthest. Last month, the store had a net profit of . If is positive, it represents a profit of dollars; if is negative, it represents a loss of dollars.
As a master of business magic, you have two types of spells at your disposal that you can use to alter the net profits of these stores for the next month:
-
Blue Magic: You can choose a single continuous interval . The effect of this spell will be to double the net profit of every store from store to store (inclusive) for the next month. That is, if , then store will have net profit next month.
-
Green Magic: You can choose any store and cast the green magic on it. The effect of the green magic is to change the next month’s net profit of that store to the negative of its last month’s net profit.
Any store that has not been affected by either spell will have the same net profit next month as it did last month.
However, there are some restrictions when casting spells. You can only cast the blue magic once and it must be used before the green magic. Additionally, the green magic cannot be cast on any store that has already been affected by the blue magic. Your task is to determine the maximum possible sum of the net profits for all stores for the next month after casting your spells optimally.
Input Format
The first line contains an integer , the number of stores. The second line contains space-separated integers , where is the net profit of store last month.
Output Format
Output a single integer, the maximum possible total net profit of all stores for the next month after casting the spells optimally.
5
-2 5 -3 4 -1
20
7
-1 -1 -1 -1 -1 -1 -1
7
4
998244353 864197532 -7 1000000000
5724883756
Hint
- for
京公网安备 11011102002149号