1004.Tokitsukaze and Multiple 求和为p的倍数的块的最大数量 #include <bits/stdc++.h> using namespace std; typedef long long ll; #define rep(i, a, b) for (register in ...
分类:
其他好文 时间:
2020-07-29 17:32:55
阅读次数:
99
2020 Multi-University Training Contest 3 施工中。。。 1004 Tokitsukaze and Multiple #include<bits/stdc++.h> #define ll long long #define maxn 100010 #define ...
分类:
其他好文 时间:
2020-07-29 14:30:59
阅读次数:
162
A. Common Prefixes 题目链接 代码: #include<bits/stdc++.h> using namespace std; const int maxn = 1e6 + 10; #define ll long long #define ios std::ios::sync_wi ...
分类:
其他好文 时间:
2020-07-29 09:52:41
阅读次数:
58
AcWing 788. 逆序对的数量 #include <bits/stdc++.h> using namespace std; typedef long long LL; const int N=1e6+10; int q[N],tmp[N]; LL merge_sort(int l,int r) ...
CDP、DMP、CRM这些概念到底还有没有边界了! _企业头条 - 天眼查 https://news.tianyancha.com/ll_mas6owb5ls.html#! 企业数据的管理工具被赋予了不同的名字——CDP、DMP、CRM、SCRM等等,而这些名字背后本来的含义与界限,则被混淆,甚至是 ...
分类:
其他好文 时间:
2020-07-28 14:07:22
阅读次数:
59
(ll_env)learning_log$ pip install Django 执行该命令,始终报错,如上图 解决方法如下: pip install -i http://pypi.douban.com/simple djanggo 结果: ...
分类:
其他好文 时间:
2020-07-28 14:04:44
阅读次数:
135
1.基本UGO概念:赋于某个用户或组能够以何种方式访问某个文件(图片文件,视频文件,普通文件)2.权限对象1.权限对象:属主:u属组:g其他人:o所有人:a(u+g+o)3.权限类型1.权限类型读:r=4写:w=2执行:x=14.查看权限1.指令:ll/root/1.txt1.txt7月2719:02最后修改时间5.设置权限1.更改权限指令:chmodu+x1.txtu(对象),+(赋值符),o(
分类:
其他好文 时间:
2020-07-28 10:23:19
阅读次数:
95
基础:FFT与NTT 多项式求乘法逆元 【模板】多项式乘法逆 \(Code:\) int n; ll A[N], B[N], C[N], r[N]; ll limi, l; inline ll quickpow(ll x, ll k)... inline void ntt(ll *a, int ty ...
分类:
其他好文 时间:
2020-07-27 16:01:58
阅读次数:
76
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;const ll nl=1e5+5;/ ...
分类:
其他好文 时间:
2020-07-27 09:31:11
阅读次数:
66
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;const ll nl=1e5+5;/ ...
分类:
其他好文 时间:
2020-07-26 23:23:20
阅读次数:
105