E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ongl
字符串哈希
哈希公式:hash[i]=(hash[i−1]∗Base+s[i])%mod(mod一般为l
ongl
ong的最大值)(s[i]表示s字符
3分人生
·
2024-02-19 10:46
哈希算法
算法
2024/2/18 图论 最短路入门 floyd 1
【模板】Floyd-洛谷|计算机科学教育新生态(luogu.com.cn)Floyd求最短路854.Floyd求最短路-AcWing题库思路:在代码里面完整代码:#include#defineintl
ongl
ongsignedmain
极度的坦诚就是无坚不摧
·
2024-02-19 10:14
寒假集训
寒假算法
图论
算法
数据结构
c++
c语言
floyd
画板探秘系列:画板中的时光倒流术
Link:https://s
ongl
h.top/paint-board/G
·
2024-02-19 10:10
Codeforces Round 169 (Div. 2)C. Little Girl and Maximum Sum(差分、贪心)
代码#include#defineintl
ongl
ong#defi
wa的一声哭了
·
2024-02-15 07:35
codeforces
算法
数据结构
spring
boot
fastapi
django
tomcat
spring
AtCoder Beginner Contest 338(A~E补题)
文章目录ABC题D题E题A签到#include#definerep(i,a,b)for(inti=(a);i=(b);--i)#definelsp#definelll
ongl
ong#defineullunsignedl
ongl
ong
wa的一声哭了
·
2024-02-15 07:34
atcode
算法
数据结构
mybatis
django
java
eclipse
spring
boot
2019-12-17第二天
单精度浮点型变量,6位小数,整位数与int相同Double双精度浮点型变量,12位小数,整位数8字节Char字符型变量,1字节,8位Short短整型变量,2字节,16位Longint长整型,8字节,l
ongl
ongint16
2fac57225244
·
2024-02-15 03:47
2024牛客寒假算法基础集训营1
直接依次遍历子串即可代码如下:#includeusingnamespacestd;#definefsfirst#definescsecond#defineall(x)x.begin(),x.end()typedefl
ongl
ongl
l
Jared_devin
·
2024-02-15 03:22
算法
c++
贪心算法
动态规划
牛客周赛 Round 29 题解
题解代码风格后续目标代码写在solve()方法中#include//#include//#include//#include//#include//#includeusingnamespacestd;#definelll
ongl
ong
ABOYL_TuNa
·
2024-02-15 02:09
算法
ACM题解
算法
牛客周赛22练习2啊
因为横纵坐标为整数且1usingnamespacestd;constintmaxn=5e5+5;constintmod=998244353;#definelll
ongl
ongintn,a[50000],
mfy的1号小迷弟
·
2024-02-15 02:09
牛客练习题
牛客周赛 29
小红的中位数E小红构造数组A小红大战小紫语法题#includeusingnamespacestd;intmain(){inta,b;cin>>a>>b;if(a==b)coutb)cout#definelll
ongl
ongusingnamespacestd
十字星的约定_
·
2024-02-15 02:38
算法
算法
c++
数据结构
牛客 周赛
SimpleGame#include#definelll
ongl
ongusingnamespacestd;constintmaxn=1e5+9;lln,x,k,m;intf[maxn];bitsetvis
__Rain
·
2024-02-15 02:07
图论
c++
linux
寒假11-洛谷打题记录
define_CRT_SECURE_NO_WARNINGS1#include#include#includeusingnamespacestd;intn,m,k;intfire[1000010];intice[1000010];l
ongl
ongans
要成为编程高手的Yu
·
2024-02-15 02:24
算法
c++
数据结构
给定n个结点的树,其中有k个结点是特殊结点(未知),定义好结点:该结点到k个特殊结点的距离之和最小。若随机k个结点为特殊结点,求好结点个数的期望值
#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_back#definefifirst#definesesecond#definelsonpG
__night_
·
2024-02-15 01:42
codeforces
算法
数据结构
给定n个结点的树,定义G(k)为n个结点的图,u,v之间有边当且仅当u,v在树上的距离大于等于k。对任意k(1 <= k <= n), 求G(k)连通分量的个数
题目思路:代码优化:在找直径端点的时候把其他结点到直径两端点的距离都求出来,不用lca#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_back
__night_
·
2024-02-15 01:12
codeforces
算法
有一个h*w(未知)的矩形,给定n,切n-1次,每切一次,把其中一块放在盒子里,另一块继续切。最后一块也放在盒子里,最终有n块矩形。给定n个矩形的长和宽(n个矩形是乱序的),求初始h,w
题目思路:#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_back#definefifirst#definesesecond#definelsonpy.h
__night_
·
2024-02-15 01:12
codeforces
算法
给定长度为n的数组b,求对于任意1<=l<=r<=n, 求b[i] + b[j] + b[k] - (r - l) 的最大值(l<=i, j, k<=r)
题目思路:#includeusingnamespacestd;#defineintl
ongl
ong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-15 01:42
codeforces
算法
2-6基础算法-快速幂/倍增/构造
普通的快速幂算法#include#includeusingnamespacestd;l
ongl
ongfastPower(l
ongl
on
卡__卡
·
2024-02-15 00:18
C/C++算法竞赛
算法
c++
数据结构
c语言
开发语言
数据在内存的存储
char//字符数据类型short//短整型int//整形long//长整型l
ongl
ong//更长的整形float//单精度浮
暗暗十分
·
2024-02-14 23:36
c++
开发语言
C语言进阶——深度剖析数据在内存中的存储
文章目录数据类型的介绍类型的基本归类整形在内存中的存储大小端介绍一道笔试题浮点数在内存中的存储浮点数存储规则剖析题目数据类型的介绍在我们之前的学习当中我们已经介绍了基本的内置类型char字符数据类型short短整型int整形long长整型l
ongl
ong
悲伤猪小猪
·
2024-02-14 19:44
【C语言】零基础学编程
c语言
开发语言
寒假思维训练计划day2
Day2(贪心+构造2024-01-06):Problem-1904D1-Codeforces题意:给定两个长度为n的数组,可以对a数组进行操作:选定l#defineintl
ongl
ong#definefffirst
嘗_
·
2024-02-14 18:26
算法
寒假思维训练计划day3
题意:给定两个长度为n的数组,可以对a数组进行操作:选定l#definelowbit(x)(x&-x)#defineintl
ongl
ong#definefffirst#definesssecond#definepbpush_back
嘗_
·
2024-02-14 18:26
算法
大话结构体之四:以空间换时间,Struct(结构体)中的成员对齐之道(上)
ByL
ongL
uo在开始今天的文章之前,请先看下面一道面试题:问题:阅读下面一段代码并回答题目之后的问题:structALIGN{intmA;intmB;};请问在32位系统下sizeof(ALIGN)
Coder_LL
·
2024-02-14 14:18
201709CSPT5除法
]1:对[L,R]1:对[L,R]之间所有vvv的倍数除以vvv2:对[L,R]2:对[L,R]2:对[L,R]之间所有求和#includeusingnamespacestd;structnode{l
ongl
ongl
wly127
·
2024-02-14 13:38
CSP
算法
图论
数据结构
202012CSPT5星际旅行
题意:有n(n;444:对[L,R][L,R][L,R]内所有点的三维坐标分别相加之后求平方之和,再mod1,000,000,007;#definelll
ongl
ong#definemaxn500000structNode
wly127
·
2024-02-14 13:37
CSP
算法
欧拉筛板子
造数组时间复杂度:O(n)查询:O(1)#includeusingnamespacestd;constintN=100000010;boolnums[N];l
ongl
ongf[N],cot=0;intmain
why_not_fly
·
2024-02-14 11:20
算法
数据结构
拼接数字后求36的倍数--习题笔记(数学)
,将两个数字以字符串的形式进行拼接1818------1818,求36的倍数有多少(不能自己拼自己)法一:36实质是4和9的倍数#includeusingnamespacestd;usingi64=l
ongl
ong
why_not_fly
·
2024-02-14 11:49
笔记
算法
c++
学习
洛谷B2084 质因数分解
输入格式输入只有一行,包含一个正整数nnn(6#include#include#include#includeintprime(l
ongl
ongm){l
ongl
ongi;for(i=2;i*i<=m;i
旺旺的碎冰冰~
·
2024-02-14 10:18
洛谷刷题(C语言版)
算法
开发语言
c语言
洛谷P9556 Orders c++
#includeusingnamespacestd;//定义结构体sss来存储订单信息,a表示交付日期,b表示交付数量structsss{l
ongl
onga;l
ongl
ongb;}srr[100+9];
handsomezqh
·
2024-02-14 09:39
算法
洛谷P1401题解 禁止在 int 乘 int 时不开 long long (c++)
这个题需要输入四个数字,那么我们可以顺次输入,用a,b,c,d分别表示xl,xu,yl,yu,然后我们可以判断l
ongl
ongint的情况。
handsomezqh
·
2024-02-14 09:09
算法
洛谷p9421 班级活动(c++)
下面是我的代码#includeusingnamespacestd;inta[1000005]={0};l
ongl
ongs=0,x=0,i,n,b;intmain(){
handsomezqh
·
2024-02-14 09:09
算法
洛谷P1014 Cantor 表(c++)
#include//包含常用的库usingnamespacestd;l
ongl
ongdc(l
ongl
ongn)//定义一个函数dc,用于确定给定序号n在Cantor表中的对角线{l
ongl
ongi=1;
handsomezqh
·
2024-02-14 09:09
c++
算法
洛谷P6141 贪心的导游(c++)
#include//包含常用的库usingnamespacestd;l
ongl
ongs=0,x=0;//声明s和x变量用于计算过程intn,m,i,u,v,p,j;//声明相关的变量inta[1000005
handsomezqh
·
2024-02-14 09:09
c++
算法
开发语言
基础算法,高精度加法详解
在我们之前所学习过的类型中,unsignedl
ongl
ong类型是目前C语言中精度最高的数据类型,而它所能表示的最大数据也才到2^64-1,这样直接去利用加发定义,必然会数
Persistence_Y_1
·
2024-02-14 08:07
代码
算法
加法
高精度加法
【C++】详解高精度加法、高精度减法、高精度乘法、高精度除法代码
目录1、引入2、入门思路3、数的存储4、高精度加法5、高精度减法6、高精度乘法7、高精度除法1、引入在进行大整数运算中,因为在C++/C中整数,最大也就是unsignedl
ongl
ong也就才(1e19
努力奋斗的张同学
·
2024-02-14 08:02
算法
c++
算法
算法-----高精度算法1(高精度加法,高精度减法)(详解)
我们都知道c++中int的最大值是2^31,unsignedint的最大值是2的32次方,最大的unsignedl
ongl
ong可以到18446744073709551615。double是浮点型
longxuan01
·
2024-02-14 08:31
算法
高精度算法
高精度加法
高精度减法
重载运算符
SqliteException: SQLite Error 19: ‘FOREIGN KEY constraint failed‘.
数据表publicclassMoment{publiculongMomentID{get;set;}publicstringContent{get;set;}=string.Empty;publicul
ongL
ableID
萌萌的提莫队长
·
2024-02-14 06:49
sqlite
数据库
c入门第十三篇——字符数组放不下一个女生的名字
#include#includeintmain(){l
ongl
onga=2;charname[8];strcpy(name,"chengxia");printf("name:%s\n",name);printf
彭泽布衣
·
2024-02-13 23:09
c语言入门
c语言
开发语言
程序人生
算法
数据结构
倒计时55天
#includeusingnamespacestd;#defineintl
ongl
ongconstintN=2e5+6;constintinf=0x3f3f3f3f;voidsolve(){intn,cn1
算法怎么那么难啊
·
2024-02-13 22:00
c++
倒计时56天
#includeusingnamespacestd;#defineintl
ongl
ongconstintN=2e5+6;constintinf=0x3f3f3f3f;inta[1100][1100];intb
算法怎么那么难啊
·
2024-02-13 22:59
c++
使用字符串完成大数的加减运算
这里的大数指的是远超l
ongl
ongint的数。
零岁的我
·
2024-02-13 22:34
【单调队列优化 DP】
mxcmxcmxc,简称最大载重量maxWeightmaxWeightmaxWeight为mxwmxwmxw(二者均大等于111),w[i]w[i]w[i]表示前iii个物品重量的前缀和(注意www数组要开l
ongl
ongl
ong
慕容青峰
·
2024-02-13 19:27
动态规划
算法
leetcode
c++
动态规划
程序小结-常用数据类型-整数类型
1.int类型:用来储存整数,范围为(-2)的31次方~2的31次方减一,在内存中占用4个字节2.long类型:用来储存更大范围的整数,在32位系统中占4个字节,在64位系统中占8个字节3.l
ongl
ong
KMG6157
·
2024-02-13 19:03
P9231 [蓝桥杯 2023 省 A] 平方差--2024蓝桥杯冲刺省一
所以为:x/4;代码:#include#defineintl
ongl
ong//(有超时风险
一只蓝色小鲨鱼
·
2024-02-13 15:04
数学
蓝桥杯
职场和发展
c++
P9230 [蓝桥杯 2023 省 A] 填空问题--2024蓝桥杯冲刺省一
思路:直接暴力枚举即可,因为可以在本地跑,没有限时:答案为:4430091#include#defineintl
ongl
ong//(有超时风险)#definePIIpair#defineendl'\n'
一只蓝色小鲨鱼
·
2024-02-13 15:04
动态规划
蓝桥杯
职场和发展
算法
c++
P8742 [蓝桥杯 2021 省 AB] 砝码称重--2024蓝桥杯冲刺省一
简单版参考:P2347[NOIP1996提高组]砝码称重(bitset优化dp,bitset用法)bitset:#include#defineintl
ongl
ong//(有超时风险)#definePIIpair
一只蓝色小鲨鱼
·
2024-02-13 15:33
动态规划
算法
c++
蓝桥杯
Codeforces Round 924 (Div. 2)B. Equalize(思维+双指针)
代码#include#defineintl
ongl
ong#definerep(i,a,b)for(i
wa的一声哭了
·
2024-02-13 15:31
codeforces
算法
c++
mybatis
django
java
spring
boot
spring
洛谷 B3634 最大公约数和最小公倍数
输入输出样例输入#1615输出#1330代码#includeusingnamespacestd;intmain(){l
ongl
onga,b,c,d;//定义a,b两数存储两数的变量cin>>a>>b;c
lingyunzhenxian
·
2024-02-13 13:52
算法
数据结构
c++
【LeetCode】69. x 的平方根
publicintmySqrt(intx){//二分查找l
ongl
eft=0;longrigh
不会街健的bboy不是一个好程序员
·
2024-02-13 10:03
LeetCode
备战蓝桥杯---组合数学2
我们直接看公式:知道后,我们先看道模板题:下面是AC代码:#includeusingnamespacestd;#defineintl
ongl
onginta[6],n;signedmain(){a[0]=
cocoack
·
2024-02-13 09:10
蓝桥杯
算法
数学
c++
数据在内存中的存储
l
ongl
ong:很长的整数类型,通常表示为64位。字符类型:char:字符类型,通常表示为8位。浮点数类型:float:单精
Anesthesia508
·
2024-02-13 07:04
c语言
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他