"简单般Bzoj2154: Crash的数字表格" Sol 增加了数据组数T define RG register define IL inline define Fill(a, b) memset(a, b, sizeof(a)) using namespace std; typedef long ...
分类:
其他好文 时间:
2018-01-11 11:39:58
阅读次数:
125
【BZOJ2154】Crash的数字表格(莫比乌斯反演) 题面 "BZOJ" 简化题意: 给定$n,m$ 求$$\sum_{i=1}^n\sum_{j=1}^mlcm(i,j)$$ 题解 以下的一切都默认$n include include include include include inclu ...
分类:
其他好文 时间:
2018-01-09 20:29:58
阅读次数:
200
题意 $求ans=\sum_{i=1}^{n}\sum_{j=1}^{n}lcm(i, j)$ n,m define RG register define IL inline define Fill(a, b) memset(a, b, sizeof(a)) using namespace std; ...
分类:
其他好文 时间:
2018-01-09 20:10:36
阅读次数:
156
Description 今天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想着课上学的东西,为了研究最小公倍数,他画了 ...
分类:
其他好文 时间:
2018-01-03 19:40:04
阅读次数:
111
题意:$\sum\limits_{i = 1}^n {\sum\limits_{j = 1}^m {lcm(i,j)} } $ 解题关键: $\sum\limits_{i = 1}^n {\sum\limits_{j = 1}^m {lcm(i,j)} } = \sum\limits_{i = 1} ...
分类:
其他好文 时间:
2017-10-03 19:21:16
阅读次数:
227
2154: Crash的数字表格 Description 今 天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想着课上 ...
分类:
其他好文 时间:
2017-09-10 00:13:39
阅读次数:
269
2154: Crash的数字表格 Description 今天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想着课上学 ...
分类:
其他好文 时间:
2017-09-05 01:33:56
阅读次数:
163
2154: Crash的数字表格 Time Limit: 20 Sec Memory Limit: 259 MB Submit: 2200 Solved: 824 [Submit][Status][Discuss] Description 今天的数学课上,Crash小朋友学习了最小公倍数(Least ...
分类:
其他好文 时间:
2017-08-21 14:01:38
阅读次数:
212
[BZOJ2154]Crash的数字表格 试题描述 今天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想着课上学的东西 ...
分类:
其他好文 时间:
2017-07-03 10:07:33
阅读次数:
166
题目描述 今天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想着课上学的东西,为了研究最小公倍数,他画了一张N*M的表 ...
分类:
其他好文 时间:
2017-06-13 11:30:02
阅读次数:
244