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
NameSpaces
寒假6-洛谷打题
#includeusing
namespaces
td;intarr_A[100010];intarr_B[100010];intarr_X[100010];intarr_Y[100010];intmain
要成为编程高手的Yu
·
2024-02-11 06:23
算法
数据结构
c++
寒假5-数学与简单dp
#includeusing
namespaces
td;intn,m;booldp[1000000];intmain(){cin>>n>>m;intminn=min(n,m);intmaxx=max(n,m
要成为编程高手的Yu
·
2024-02-11 06:53
算法
c++
图论
寒假8双指针,BFS,图论
#include#includeusing
namespaces
td;intn,d,k;intconstN=1000010;typedefpairpii;boolst[N];intcnt[N];piilogs
要成为编程高手的Yu
·
2024-02-11 06:23
宽度优先
算法
CF 481 Div3
A:题意:抹除重复元素留下最后一个不相同元素输出水题#includeusing
namespaces
td;intmain(){inta[1005],n;while(cin>>n){intvis[1005]
Dilly__dally
·
2024-02-11 05:36
codeforces
24牛客寒假(3)总结
L,M,M没想到,L暴力过了签到题数据太小了#includeusing
namespaces
td;longlongT,n,m[2][9],ans,mm[10],a[10][9];intmain(){ios
Colinnian
·
2024-02-11 05:06
c++
牛客
一、基础算法之排序、二分、高精度、前缀和与差分、双指针算法、位运算、离散化、区间合并内容。
每一趟实现步骤:low>=high,返回,排序完成选取基准元素x=a[low],i=low,j=high当iusing
namespaces
td;constintN=100010;intn;intq[N]
樱花的浪漫
·
2024-02-11 05:00
C++与算法题系列
算法
数据结构
2024.2.10
#define_CRT_SECURE_NO_WARNINGS#include#includeusing
namespaces
td;//成员函数实现运算符重载//classperson//{//public
爱上语文
·
2024-02-11 05:57
c++
备战蓝桥杯---动态规划之经典背包问题
f[0][0]=0;最后循环最后一行求max;负无穷:0xc0c0c0c0;正无穷:0x3f3f3f3f下面是v=12,n=6的图示:下面是AC代码:#includeusing
namespaces
td;
cocoack
·
2024-02-11 01:26
蓝桥杯
动态规划
算法
c++
备战蓝桥杯---动态规划之背包问题引入
这是用图表示:下面是AC代码:#includeusing
namespaces
t
cocoack
·
2024-02-11 01:55
蓝桥杯
动态规划
算法
c++
鸡数题! - 组合数学 + 第二类斯特林数
代码#includeusing
namespaces
td;usingll=longlong;constintN=1e5+10;constintmod=1e9+7;intfact[N],infact[N];
.y.a.o.
·
2024-02-11 01:55
算法
c++
思维
Tokitsukaze and Slash Draw - 最短路
代码#includeusing
namespaces
td;usingll=longlong;voidsolve(){intn,m,k;cin>>n>>m>>k;vector>>ad
.y.a.o.
·
2024-02-11 01:54
算法
图论
c++
【2024.2.5练习】独木桥
#include#includeusing
namespaces
td;intmain(){intl;intn;cin>>l>>n;intnear=-1;intfar=-1;if(n!
Run with the Wind
·
2024-02-10 22:00
练习日志
c++
学习
C++ 实现队列(链式)
#pragmaonce#include"stdio.h"
namespaceS
F{templatestructQueueNode{Tdata;QueueNode*next;QueueNode(){this
Jaymz_2b11
·
2024-02-10 22:08
2018-09-10 C++ Lambda专题
典型示例注意{}中是标准函数体,需要以;结尾即[]()->int{…………;};#includeusing
namespaces
td;intmain(){inta=1;intb=2,c;autofunc=
NO_OcaNE
·
2024-02-10 22:56
算法竞赛进阶指南——搜索
树与图的遍历可达性统计#include#include#includeusing
namespaces
td;constintN=3e4+10;inth[N],e[N],ne[N],idx;//链式向前星intq
duanyq666
·
2024-02-10 22:47
算法竞赛进阶指南
算法
深度优先
B2081 与 7 无关的数(洛谷)
现求所有小于等于n(nusing
namespaces
td;intmain(){longlongn,ans;cin>>n;for(inti=1;i<=n;i++){if(!
Hello,world!*10
·
2024-02-10 21:56
C++
算法
C++
洛谷
B2079 求出 e 的值(洛谷)
Code:C:#includeusing
namespaces
td;intma
Hello,world!*10
·
2024-02-10 21:26
C++
算法
C++
洛谷
c++小游戏大集结【免费复制源码】
1.狼人杀这是一个小游戏,感兴趣的可以看看代码如下:#include#include#include#include#includeusing
namespaces
td;structIDname{intgeshu
yzy6668888
·
2024-02-10 20:40
c++
Codeforces Round 923 (Div. 3)(A~D)
defineintlonglong#defineper(i,j,k)for(int(i)=(j);(i)=(k);--(i))#definefrfirst#definesesecond#defineendl'\n'using
namespaces
td
zzc大魔王
·
2024-02-10 19:57
Codeforces
codeforce
c++
算法
思维
数据结构
div3
C with STL学习笔记
字符串(string)ASCII编码#include#includeusing
namespaces
td;intmain(){for(inti=0;i#includeusing
namespaces
td;intmain
wzz2333
·
2024-02-10 19:44
c语言
stl
c++
35_函数对象分析
0.需求编写一个函数:函数可以获得斐波拉契数列每项的值每调用一次返回一个值函数可根据需要重复使用编程说明:第一个解决方案#includeusing
namespaces
td;intfib(){staticinta0
编程半岛
·
2024-02-10 19:45
学习总结13
##输入格式输入文件第一行为两个整数n,m(1using
namespaces
td;intg[110][110];//保存数据intn,m;intx2,y2;//保存初始位置intsum;intdfs(intx
GGJJM
·
2024-02-10 18:00
学习
算法
P9831 [ICPC2020 Shanghai R] Gitignore 题解
#includeusing
namespaces
td;intT;intn,m;constintmaxn=105;strings[maxn];mapmp,vis;
酸甜小杨桃
·
2024-02-10 17:30
算法
动态规划
c++
深度优先
数据结构
B2090 年龄与疾病 题解
#include#includeusing
namespaces
td;inta[5],n,
酸甜小杨桃
·
2024-02-10 17:00
算法
c++
数据结构
C++ 指针特别篇-指针转换和智能指针
#include#includeusing
namespaces
td;classPerson{public:virtual~Person(){coutshared_ptr(person1);return0
zcwfeng
·
2024-02-10 17:08
蓝桥杯 算法训练 统计正负数【c/c++】---Q君
样例输入:1-3-10029样例输出32代码如下:#include#includeusing
namespaces
td;voidwwjt(int,int);intmain(){in
卿卿如晤丽影如画
·
2024-02-10 17:23
蓝桥杯
找规律 UVALive 6506 Padovan Sequence
include7#include8#include9#include10#include11#include12#include13#include14#include15#include16using
namespaces
td
weixin_33827965
·
2024-02-10 16:40
给定长度为n的数组a,若在p1,p2,...,p[m]位置阻塞,代价为max(sum(1, p[1]-1), sum(p[1]+1,p[2]-1),...,a[p1]+...+a[pm]),求最小代价
题目思路:#includeusing
namespaces
td;#defineintlonglong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-10 15:16
codeforces
算法
(坑点!!!)给定n条过原点的直线和m条抛物线(y=ax^2+bx+c,a>0),对于每一条抛物线,是否存在一条直线与它没有交点,若有,输出直线斜率
题目思路:1、区间端点可能是小数的时候,不能直接利用加减1将using
namespaces
td;#defineintlonglong#definepbpush_back#definefifirst#definesesecond
__night_
·
2024-02-10 15:16
codeforces
算法
给定长度为n的01串s,有两种操作:1、交换相邻的两个字符,花费为1e12;2、删除一个字符,花费为1e12 + 1,求使s不递减的最少花费
题目思路:#includeusing
namespaces
td;#defineintlonglong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-10 15:45
codeforces
算法
有n个人,其中有m对朋友,第i对朋友的友谊值是f[i], 有k次旅行,每次旅行随机、独立地选两人,如果两个人是朋友,那么快乐值增加f,并且下一次旅行这两个人f值加一;否则快乐值和f都不变。求最大快乐值
题目思路:#includeusing
namespaces
td;#defineintlonglong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-10 15:45
codeforces
算法
01 长方形内正方形与长方形的数量
HcodeOnlineJudge我对这个问题写出了代码:#includeusing
namespaces
td;strings;boolflag=1;intn=0,m=0,sum,tmp1,tmp2;intmain
极风丨幻梦
·
2024-02-10 13:33
xxs五上数学
c++
c语言 sha256,C/C++知识点之密码学---hash函数(SHA-256)的C++实现
6#include78using
namespaces
td;910#defineSHA256_ROTL(a,b)(((a>>(32-b))&(0x7fffffff>>(31-b)))|(a>b)&(0x7fffffff
weixin_39719727
·
2024-02-10 13:13
c语言
sha256
算法------(11)并查集
#include#include#includeusing
namespaces
td;constintN=1e5+10;in
FancySuMMer11
·
2024-02-10 12:09
算法基础课
算法
c++
【C++跬步积累】—— 构造函数+析构函数
示例1:#includeusing
namespaces
td;classDate{public://1.无
PH_modest
·
2024-02-10 11:05
C++跬步积累
c++
java
开发语言
学习
数列还原
题目描述牛牛的作业薄上有一个长度为n的排列A,这个排列包含了从1到n的n个数,但是因为一些原因,其中有一些位置(不超过10个)看不清了,但是牛牛记得这个数列顺序对的数量是k,顺序对是指满足i#includeusing
namespaces
td
_YuFan
·
2024-02-10 10:40
4参数拟合
#include#include#include#includeusing
namespaces
td;//定义拟合模型doublefit_func(doublea,doubleb,doublec,doubled
amwha
·
2024-02-10 10:01
算法
回顾最初学习语言的编译环境:在Windows10终端编译运行C/C++程序
现在有一段简单C++代码(文件名为demo.cpp),用于计算a*b的值#includeusing
namespaces
td;intmain(){inta,b;while(cin>>a>>b){coutoutput.t
源代码杀手
·
2024-02-10 10:24
C/C++
c++
算法竞赛进阶指南——基本算法练习1
飞行员兄弟#include#includeusing
namespaces
td;charg[4][4];voidt(intx,inty){for(inti=0;i>(4*i+j)&1){t(i,j);res
duanyq666
·
2024-02-10 09:15
算法竞赛进阶指南
算法
算法竞赛进阶指南——基本算法(贪心)
股票买卖低买高卖#includeusing
namespaces
td;constintN=1e5+10;inta[N];intn,res;intmain(){cin>>n;for(inti=0;i>a[i
duanyq666
·
2024-02-10 09:45
算法竞赛进阶指南
算法
数据结构
二、数据结构
链表单链表https://www.acwing.com/problem/content/828/#includeusing
namespaces
td;constintN=1e5+10;//head:头节点的指向
duanyq666
·
2024-02-10 09:44
算法基础课
数据结构
算法
三、搜索与图论
DFS排列数字#includeusing
namespaces
td;constintN=10;inta[N],b[N];intn;voiddfs(intu){if(u>n){for(inti=1;i>n;
duanyq666
·
2024-02-10 09:12
算法基础课
图论
深度优先
算法
用栈实现十进制转换为其他进制
具体代码段如下:#include#include#includeusing
namespaces
td;#defineOK1#defineERROR0typedef
橘柚jvyou
·
2024-02-10 09:07
C/C++数据结构与算法
c++
数据结构
链表
算法
用栈实现链表逆置(交换元素)
栈的要求是后进先出,所以我们就可以利用栈的这个性质来实现链表逆置具体代码如下:#includeusing
namespaces
td;#defineOK1#defineMAX100typedefintElemtype
橘柚jvyou
·
2024-02-10 09:06
C/C++数据结构与算法
c++
数据结构
链表
算法
牛客2024年除夕娱乐赛(题解)
#includeusing
namespaces
td;intmain(){coutusing
namespaces
td;intmain(){coutusing
namespaces
td;intmain(){cout
ros275229
·
2024-02-10 09:23
NowCoder
算法学习
娱乐
算法
牛客
CSP-202009-1-称检测点查询
称检测点查询解题思路本题的时间复杂度貌似没有限制,直接暴力枚举就能知识盲点:sort()函数-升序排序#include给名为dis,长度为n的数组排序sort(new_dis,new_dis+n);#include#includeusing
namespaces
td
LOST P
·
2024-02-10 07:05
算法
c++
CSP-202112-1-序列查询
#includeusing
namespaces
td;intmain(){longlongn,N,sum=0;cin>>n>>N;longlon
LOST P
·
2024-02-10 07:35
算法
c++
CSP-202012-1-期末预测之安全指数
CSP-202012-1-期末预测之安全指数题目很简单,直接上代码#includeusing
namespaces
td;intmain(){intn,sum=0;cin>>n;for(inti
LOST P
·
2024-02-10 07:03
c++
算法
华为OD机试 - 智能成绩表( Python & C & C++ & Java&Go & JS & PHP)
0#include#include#includeusing
namespaces
td;//学生信息结构体structStudent{stringname;vectorscores;inttotalScore
偶然i
·
2024-02-10 07:00
华为od
python
c语言
c++
java
面经
秋招
C++赛马游戏
题目:代码:#includeusing
namespaces
td;inta,b,c;intmain(){cin>>a>>b>>c;if(a>b&&a>c&&b>c){//a>b>ccoutb&&a>c&&
猫武士水星
·
2024-02-10 07:45
简单
C++语法题目
c++
游戏
开发语言
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他