摘要:
防卫导弹 //程序名:新的C++程序 //作者: #include<iostream> #include<fstream> #include<algorithm> using namespace std; int a[4005],p,dp[4005],ans; int main() { while( 阅读全文
摘要:
探索数字迷塔 //程序名:新的C++程序 //作者: #include<iostream> #include<fstream> #include<algorithm> using namespace std; int n,a[1005][1005],f[1005][1005]; int main() 阅读全文