uoj#228. 基础数据结构练习题(线段树区间开方)
摘要:
题目链接:http://uoj.ac/problem/228 代码:(先开个坑在这个地方) 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=1e5+7; 4 long long a[N]; 5 struct node{ 6 阅读全文
posted @ 2017-11-18 23:06 xiaowuga 阅读(438) 评论(0) 推荐(0) 编辑