hdu 1166 敵兵佈陣

第一次寫關於線段數的題目 初步瞭解一下 線段樹的單點更新. node表示序號 num爲價值(即爲裏面區間的數的和)   #include<bits/stdc++.h> using namespace std; int n,num[50010*3+10],a[50010],b,c; string s; void build(int begin,int end,int node)//建立一個線段樹
相關文章
相關標籤/搜索