摘要: D. Vasiliy's Multiset time limit per test 4 seconds memory limit per test 256 megabytes input standard input output standard output D. Vasiliy's Multi 阅读全文
posted @ 2016-08-12 23:36 岚之川 阅读(493) 评论(0) 推荐(0) 编辑
摘要: C - Hard problem Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 706C C - Hard problem Submit  阅读全文
posted @ 2016-08-12 23:31 岚之川 阅读(659) 评论(0) 推荐(0) 编辑
摘要: string s 求长度 int len=s.length(); 翻转字符串 reserve(s.begin(),s.end()); string s[100] 按字典序排序 sort(s,s+n); 也就是说对于string类型<>=是按字典序比较的 字符串的拼接 s=s1+s2+'a'+"ssd 阅读全文
posted @ 2016-08-12 21:52 岚之川 阅读(101) 评论(0) 推荐(0) 编辑