3573专题

zoj 3573 Under Attack

更新的时候一定要确保更新到最后一排子节点,一开始忽略这个了,交了很多遍都是WA,所有的更新后在加一次更新,确保所有节点的add值为0.就可以了。#include <stdio.h> #include <iostream> #include <string.h> using namespace std;int n,q1,q2;int ma;struct node{