✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
AI编程基础
->
c++编程基础
POJ 1887 Testing the CATCHER(LIS的反面 最大递减子序列)(二)
2015-07-20 17:26:02
·
作者:
·
浏览:
14
标签:
POJ
1887
Testing
the
CATCHER
LIS
反面
最大
递减
序列
x,ca=0; while(scanf("%d",&x)) { if(x==-1) break; n=0; a[n++]=x; while(1) { scanf("%d",&x); if(x==-1) break; a[n++]=x; } dp[0]=1; int ans=1; int temp; for(i=1;i
a[i]&&temp
首页
上一页
1
2
下一页
尾页
2
/2/2