摘要: 1 #include"iostream" 2 #include"stdio.h" 3 using namespace std; 4 typedef long long ll; 5 6 ll f(ll n) 7 { 8 ll fn=0,ntemp=n; 9 ll step; 10 for(step=1 阅读全文
posted @ 2019-02-13 19:50 Run_For_Love 阅读(202) 评论(0) 推荐(0)
摘要: 1 #include"iostream" 2 #include"string" 3 #include"vector" 4 #include"sstream" 5 #include"stdio.h" 6 using namespace std; 7 8 int main() 9 { 10 string 阅读全文
posted @ 2019-02-13 17:43 Run_For_Love 阅读(1386) 评论(0) 推荐(0)
摘要: 1 #include"iostream" 2 #include"string" 3 #include"string.h" 4 #include"vector" 5 #include"algorithm" 6 using namespace std; 7 8 vector<string> subStr 阅读全文
posted @ 2019-02-13 14:13 Run_For_Love 阅读(832) 评论(0) 推荐(0)
摘要: 1 #include"iostream" 2 #include"stdio.h" 3 #include"string.h" 4 #include"vector" 5 using namespace std; 6 7 const int MAXN=100005; 8 9 pair<int,string 阅读全文
posted @ 2019-02-13 12:47 Run_For_Love 阅读(420) 评论(0) 推荐(0)