摘要: 模板题们 poj3469 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 #define maxm 450000 7 #define maxn 20005 8 #define inf 0x3f3f3f3f... 阅读全文
posted @ 2015-11-21 20:53 Ngshily 阅读(223) 评论(0) 推荐(3) 编辑
摘要: 颓得不行,于是没打,第二天早上爬起来码代码 A 1 #include<stdio.h> 2 #include<algorithm> 3 using namespace std; 4 int main(){ 5 int a,b,c; 6 scanf("%d%d%d",&a,&b,&c); 7 int 阅读全文
posted @ 2015-11-21 16:48 Ngshily 阅读(147) 评论(0) 推荐(0) 编辑