01 2017 档案

摘要:1.18 继续插头dp。 HDU 1964 Pipes 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm> 5 using namespace std; 6 typedef lon 阅读全文
posted @ 2017-01-18 23:19 Aguin 阅读(181) 评论(0) 推荐(0)
摘要:1.14 SPOJ - STARSBC 1 #include <iostream> 2 #include <cstdio> 3 using namespace std; 4 5 int phi(int x) 6 { 7 int ret = 1; 8 for(int i = 2; (long long 阅读全文
posted @ 2017-01-14 20:18 Aguin 阅读(268) 评论(0) 推荐(0)