2016年4月3日
摘要: #include<stdio.h> #include<string.h> #include<stdlib.h> #include<ctype.h> #include<math.h> #define N 1010 char s1[N], s2[N]; int a[N], b[N], c[N]; int 阅读全文
posted @ 2016-04-03 23:58 南风丶丶 阅读(200) 评论(0) 推荐(0) 编辑
摘要: ***今天发现一个很有趣的是,这道题应该几个月前就会了,但是一次比赛中总是WA,果断C++提交,然后就过了,然后就很无语了,G++不让过C++能过,今天又交一遍发现把队列定义为全局变量就都能过了,至于原理,不懂....*** 阅读全文
posted @ 2016-04-03 13:20 南风丶丶 阅读(198) 评论(0) 推荐(0) 编辑