摘要: UVA-1592 1 // UVa1592 Database 2 // Rujia Liu 3 // 本程序只是为了演示STL各种用法,效率较低。实践中一般用C字符串和哈希表来实现。 4 5 #include<iostream> 6 #include<cstdio> 7 #include<vecto 阅读全文
posted @ 2017-06-17 21:15 yijiull 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 链接:CF812 好久之前做的,掉了100多-_-|| 太忙了今天才来补题。。。。。。 A B 1 #include <cstdio> 2 #include <cstring> 3 #include <bits/stdc++.h> 4 using namespace std; 5 6 int dp[ 阅读全文
posted @ 2017-06-17 15:55 yijiull 阅读(234) 评论(0) 推荐(0) 编辑