HDU - 1166 敌兵布阵(线段树点修改)

#include <cstring> #include <cstdlib> #include <cstdio> #include <algorithm> using namespace std; typedef long long ll; ll num[50005]; char cmd[105]; struct node { ll l, r, sum; }a[200005]; void b
相关文章
相关标签/搜索