lgz0921
lgz0921
全部文章
未归档
"/" 和 "//" 的区别(1)
Dijkstra(1)
java(2)
python(1)
spfa(1)
三分(1)
二分图(1)
全排列(2)
分组背包(1)
区间dp(2)
单调栈(1)
博弈论(1)
多重背包(1)
子字符串(1)
对抗搜索(1)
小顶堆(1)
并查集(1)
引号(1)
思维(3)
思维+取模(1)
思维题(1)
扩展欧几里得(1)
数据结构(1)
数论(2)
最大流(1)
最小堆判断(1)
最小生成树是否有重复(1)
最短路(1)
最长公共子序列(1)
树形dp(2)
树状数组(2)
树的直径(1)
模拟(1)
模板(2)
欧拉函数(2)
母函数(1)
求逆元(1)
状压dp(1)
矩阵快速幂(1)
第一大全1矩阵(1)
简单二维尺取(1)
组合数(1)
背包模板(1)
菲波那切数列(1)
逆元(1)
递归(1)
归档
标签
去牛客网
登录
/
注册
lgz0921
好好学习,天天向上
全部文章
/ 未归档
(共80篇)
引入python文件
cxl.py 和 lgz.py 这是在lgz里面引用cxl里面的东西,两种方法 #方法一 import cxl h = cxl.hello() h.f() #方法二 from cxl import hello h = hello() h.f()
2019-07-15
0
480
python字符串拼接
for i in range(0,100): print("Cas{0},{1}".format(i,"cao"))
2019-07-15
0
523
2019年第二阶段我要变强个人训练赛第十二场——H 计数JS(容斥定理傻蛋题)
问题 H: 计数JS 问题 H: 计数JS 时间限制: 1 Sec 内存限制: 128 MB 提交: 219 解决: 26 [提交] [状态] [命题人:admin] 题目描述 给定一个长度为n的序列a1..an,求m以内的不能被a1..an中任意一个ai整除的正整数有多少个? ...
2019-07-09
0
600
HDU-——5451 Best Solver(循环节+矩阵快速幂)
The so-called best problem solver can easily solve this problem, with his/her childhood sweetheart. It is known that y=(5+26–√)1+2xy=(5+26)1+2x. For...
2019-07-04
0
617
HDU——4790 Just Random (思维)
Coach Pang and Uncle Yang both love numbers. Every morning they play a game with number together. In each game the following will be done: 1. Coach...
2019-07-02
0
497
给你一个666(线段树求最大最小值)
问题 C: 给你一个666 时间限制: 1 Sec 内存限制: 256 MB 提交: 342 解决: 60 [提交] [状态] [命题人:admin] 题目描述 Tongtong非常喜欢用“say 666”的方式来打招呼,因此热爱数学的他找到了一个说666的新方式。Tongtong构造...
2019-07-01
0
631
文件读写(java)
package Lgz; import java.io.*; import java.util.*; import javax.swing.*; public class xx{ static Scanner cin = new Scanner(System.in); public static...
2019-06-29
0
439
米勒罗宾算法:判断一个大数是不是素数
验证:哥德巴赫猜想 #include <iostream> #include <algorithm> #include <cstdio> #include <ctime> #include <cmath> using namespace...
2019-06-29
0
771
HDU——5528 Count a * b(积性函数推公式+唯一分解定理)
Marry likes to count the number of ways to choose two non-negative integers aa and bbless than mm to make a×ba×b mod m≠0m≠0. Let's denote f(m)f(m) as...
2019-06-27
0
664
基于Dijsktra算法的最短路径求解
数据结构习题解析与实验指导 实验7 #include <iostream> #include <cstring> #include <queue> #include <map> using namespace std; typedef lo...
2019-06-13
0
647
首页
上一页
1
2
3
4
5
6
7
8
下一页
末页