✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
AI编程基础
->
c++编程基础
POJ 3468 A Simple Problem with Integers Splay tree&Segment tree(三)
2014-11-24 11:26:10
·
作者:
·
浏览:
10
标签:
POJ
3468
Simple
Problem
with
Integers
Splay
tree&Segment
tree
canf("%s",str);
if(str[0]=='C'){
long long x,y,z;
scanf("%lld%lld%lld",&x,&y,&z);
update(1,x,y,z);
}
else
www.2cto.com
{
long long x,y;
scanf("%lld%lld",&x,&y);
printf("%lld\n",query(1,x,y));
}
}
// system("pause");
return 0;
}
作者:ACM_cxlove
首页
上一页
1
2
3
下一页
尾页
3
/3/3