摘要: 合集,三个题目基本上都一样。耗时也不贴了。 拦截导弹: 1 #include<iostream> 2 #include<cstdio> 3 using namespace std; 4 const int N=128; 5 int n=1,val[N]; 6 int up[N],dn[N],cnt1 阅读全文
posted @ 2017-07-21 21:00 Darkins 阅读(175) 评论(0) 推荐(0)