acm_head_file
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
转移自老blog
快速读入头
#include<bits/stdc++.h>
#define ll long long
using namespace std;
void read(ll& x)
{
int f = 1;
x = 0;
char ch = getchar();
while (ch < '0'...
more...
bzoj2655
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
转移自老blog
bzoj2655
此文更新于2019.6.5
一个序列a1,...,an是合法的,当且仅当:
长度为给定的n。
a1,...,an都是[1,A]中的整数。
a1,...,an互不相等。
一个序列的值定义为它里面所有数的乘积,即a1a2...an。
求所有不同合法序列的值的和。
两个序列不同当且仅当他们任意一位不一样。
输出答案对一个数mod取余的结果。
f(i,j)->...
more...
cf_566_div2_E
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
转移自老blog
cf_566_div2_E
此文更新于2019.6.13
题意:
f(x)=c^(2x-6)f(x-1)f(x-2)f(x-3)
输入f(1) f(2) f(3) n&...
more...
cf_566_div2_F
nexthexonextbutterflyvolantisyearnyiliashokaindigoapollolandscapecactusmateryicarusfluidmaterial
转移自老blog
cf_566_div2_F
此文更新于2019.6.13
题意:
f(x)=abs(sin((p/q)*PI*x)) a<=x<=b
输入 p&nbs...
more...