codeforces 760E or 759C 【线段树维护后缀和】

本文介绍了一道编程题目,涉及到一个栈的数据结构,用户忘记了操作顺序,只记得每一步的操作类型(push或pop)。问题要求根据用户回忆的操作顺序,逐次计算在进行到第i步后的栈顶元素。解题方法是利用线段树维护操作的后缀和,通过区间更新和查询找到栈非空时的最大后缀和位置。
摘要由CSDN通过智能技术生成
C. Nikita and stack
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

Nikita has a stack. A stack in this problem is a data structure that supports two operations. Operationpush(x) puts an integerx on the top of the stack, and operation pop() deletes the top integer from the stack, i. e. the last added. If the stack is empty, then the operationpop() does nothing.

Nikita made m operations with the stack but forgot them. Now Nikita wants to remember them. He remembers them one by one, on thei-th step he remembers an operation he madepi-th. In other words, he remembers the operations in order of some permutationp1, p2, ..., pm. After each step Nikita wants to know what is the intege

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值