摘要:
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 阅读全文
摘要:
咸鱼好久啦。快放假了调整下。 圣诞打到了小礼物自己动手丰衣足食(其实是没人给我送) 12.24 URAL 1519 Formula 1 插头dp。抄板子。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #includ 阅读全文
摘要:
10.20 CF 732 E Sockets 心想队列少个log惨遭wa8.原因是合并要两个队列一起合. 直接set过。 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 #include <map> 5 #incl 阅读全文
摘要:
10.1 2014鞍山 10.2 四汆省赛 10.3 ??? 10.4 CCPC长春 HDU 5921 Binary Indexed Tree 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <alg 阅读全文
摘要:
1001 Resident Evil 寻思好久为何不用无脑线段树呀好像内存不够哦。 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 using namespace std; 5 const int maxn = 3e3 阅读全文