摘要: #ifdef unix#define LLD "%lld"#else#define LLD "%I64d"#endif#include <cstdio>#include <cstring>#include <algorithm>#include <iostream>#include <cstdlib>#include <cmath>#include <string>#define LL long long#define maxn #define INF 0x3f3f3f3 阅读全文
posted @ 2013-02-08 00:22 Joker0429 阅读(205) 评论(0) 推荐(0) 编辑
摘要: /*字符串模板总结——Trie树 * By Joker0429*/ #ifdef unix #define LLD "%lld" #else #define LLD "%I64d" #endif #include <cstdio> #include <cstring> #include <algorithm> #include <iostream> #include <cstdlib> #include <cmath> #define LL long long #define max 阅读全文
posted @ 2013-02-08 00:09 Joker0429 阅读(129) 评论(0) 推荐(0) 编辑