摘要: 防卫导弹 //程序名:新的C++程序 //作者: #include<iostream> #include<fstream> #include<algorithm> using namespace std; int a[4005],p,dp[4005],ans; int main() { while( 阅读全文
posted @ 2019-07-13 11:28 背‘水’一栈 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 探索数字迷塔 //程序名:新的C++程序 //作者: #include<iostream> #include<fstream> #include<algorithm> using namespace std; int n,a[1005][1005],f[1005][1005]; int main() 阅读全文
posted @ 2019-07-13 10:43 背‘水’一栈 阅读(433) 评论(0) 推荐(0) 编辑