随笔分类 -  cf题解

Round #313 (Div. 2) D. Equivalent Strings
摘要:运气不错,这次cf大涨,居然是房间第二(要不是D题TLE了,就第一了)用string会TLE,用char加下标,还看到更牛的算法, 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxx=200010; 6 c... 阅读全文

posted @ 2015-07-24 01:37 windrises 阅读(174) 评论(0) 推荐(0)

导航