2016 大连网赛---Function(单调栈)
2018-06-17 23:47:52来源:未知 阅读 ()
题目链接
http://acm.split.hdu.edu.cn/showproblem.php?pid=5875
You are given an array A of N postive integers, and M queries in the form (l,r). A function F(l,r) (1≤l≤r≤N) is defined as:
F(l,r)={AlF(l,r−1) modArl=r;l<r.
You job is to calculate F(l,r), for each query (l,r).
The first line of input contains a integer T, indicating number of test cases, and T test cases follow.
For each test case, the first line contains an integer N(1≤N≤100000).
The second line contains N space-separated positive integers: A1,…,AN (0≤Ai≤109).
The third line contains an integer M denoting the number of queries.
The following M lines each contain two integers l,r (1≤l≤r≤N), representing a query.
#include <iostream> #include <algorithm> #include <cstdio> #include <cstring> #include <set> using namespace std; int A[100005]; int pos[100005]; int s[100005]; int main() { int T,N,M; cin>>T; while(T--) { scanf("%d",&N); for(int i=1;i<=N;i++) scanf("%d",&A[i]); int num=1; A[N+1]=-1; s[1]=N+1; for(int i=N;i>=1;i--)///单调栈; { while(A[i]<A[s[num]]) num--; pos[i]=s[num]; s[++num]=i; } scanf("%d",&M); while(M--) { int l,r; scanf("%d%d",&l,&r); int tmp=A[l]; while(l<=r) { if(tmp==0) break; if(pos[l]>r) break; tmp=tmp%A[pos[l]]; l=pos[l]; } printf("%d\n",tmp); } } return 0; }
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 2020年3月28日UCF Local Programming Contest 2016 2020-03-31
- 洛谷P4071-[SDOI2016]排列计数 题解 2020-01-12
- [NOIP2016]天天爱跑步-题解 2019-10-08
- CSP201612-2:工资计算 2018-09-05
- CSP201604-2:俄罗斯方块 2018-09-01
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash