上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 56 下一页
摘要: Frog and PortalHihoCoder - 1873 https://vjudge.net/problem/HihoCoder-1873/origin小青蛙这道题很有趣,巧妙的构造,因为斐波那契里面有1,所以任何正整数都能拆分成斐波那契数的和,问题就在于怎么去拆成和,队友想的是倒着做 1 阅读全文
posted @ 2020-09-23 20:03 WeiAR 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core.hpp> #include<opencv2/highgui.hpp> using namespace cv; void getChannel(const uchar *input, int width, int height,int inStep, int 阅读全文
posted @ 2020-09-21 23:37 WeiAR 阅读(134) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) typedef unsig 阅读全文
posted @ 2020-09-15 23:48 WeiAR 阅读(118) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) typedef unsig 阅读全文
posted @ 2020-09-15 21:48 WeiAR 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> #define inf 2333333333333333 #define N 1000010 #define p(a) putchar(a) #define For(i,a,b) for(int i=a;i<=b;++i) //by war //20 阅读全文
posted @ 2020-09-14 09:26 WeiAR 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 高斯消元模板题 把第i列除了第i行外所有的系数变成0 #include <bits/stdc++.h> #define inf 2333333333333333 #define N 110 #define p(a) putchar(a) #define For(i,a,b) for(int i=a; 阅读全文
posted @ 2020-09-10 16:29 WeiAR 阅读(193) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<stdi 阅读全文
posted @ 2020-09-06 11:01 WeiAR 阅读(270) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits 阅读全文
posted @ 2020-09-06 10:59 WeiAR 阅读(170) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits 阅读全文
posted @ 2020-09-06 10:57 WeiAR 阅读(152) 评论(0) 推荐(0) 编辑
摘要: #include<opencv2/core/core.hpp> #include<opencv2/imgproc/imgproc.hpp> #include<opencv2/highgui/highgui.hpp> #include<opencv2/opencv.hpp> #include<bits 阅读全文
posted @ 2020-09-06 10:55 WeiAR 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 56 下一页