为学习算法和使用.实践 GIT & GitHub ,而写此系列. 我使用的编译器是 visual studio community 2015 低版本的VS打不开GitHub中的解决方案,拷贝代码是不要忘记引入 stdafx.h 中引入的文件 别外需要注意的是visual studio community 2015默认安装是不安装 MFC for c++ 的, (如下图)没有勾上这个选项的是不能新建.打开C++工程的,前两个选择是绑定在一起的,至于下面的 XP 就看各位喜好了 工程的algorit…
#include<iostream> #include<cmath> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; long long mul(long long a,long long n,long long mo){ ; while (n){ ) ans=(ans+a)%mo; a=(a+a)%mo; n/=; } return ans;…