
hihoCoder
keyboarder_zsq
你所认为的极限,其实是别人的起点。
展开
-
hihoCoder扩展欧几里得
#include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <algorithm> #include <vector> #include <map> #include <queue> #include <math.h> #include <queue> #include <stack>原创 2016-07-03 16:03:04 · 415 阅读 · 0 评论 -
hihoCoder 1032
最长回文子串的O(1)算法Manacher算法#include <iostream> #include <stdio.h> #include <string.h> #include <stack> #include <queue> #include <map> #include <set> #include <vector> #include <math.h> #include <algorithm原创 2016-07-03 16:00:55 · 534 阅读 · 0 评论 -
hihoCoder搜索二·骑士问题
#include <stdio.h> #include <string.h> #include <math.h> #include <algorithm> #include <iostream> using namespace std; #define LL __int64 #define mod 9973 #define N 100010int ma[10][10]; int f1[10][10]原创 2016-07-03 16:04:51 · 569 阅读 · 1 评论