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
NameSpace
鸡数题! - 组合数学 + 第二类斯特林数
代码#includeusing
namespace
std;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
namespace
std;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
namespace
std;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"
namespace
SF{templatestructQueueNode{Tdata;QueueNode*next;QueueNode(){this
Jaymz_2b11
·
2024-02-10 22:08
2018-09-10 C++ Lambda专题
典型示例注意{}中是标准函数体,需要以;结尾即[]()->int{…………;};#includeusing
namespace
std;intmain(){inta=1;intb=2,c;autofunc=
NO_OcaNE
·
2024-02-10 22:56
算法竞赛进阶指南——搜索
树与图的遍历可达性统计#include#include#includeusing
namespace
std;constintN=3e4+10;inth[N],e[N],ne[N],idx;//链式向前星intq
duanyq666
·
2024-02-10 22:47
算法竞赛进阶指南
算法
深度优先
B2081 与 7 无关的数(洛谷)
现求所有小于等于n(nusing
namespace
std;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
namespace
std;intma
Hello,world!*10
·
2024-02-10 21:26
C++
算法
C++
洛谷
c++小游戏大集结【免费复制源码】
1.狼人杀这是一个小游戏,感兴趣的可以看看代码如下:#include#include#include#include#includeusing
namespace
std;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
namespace
std
zzc大魔王
·
2024-02-10 19:57
Codeforces
codeforce
c++
算法
思维
数据结构
div3
C with STL学习笔记
字符串(string)ASCII编码#include#includeusing
namespace
std;intmain(){for(inti=0;i#includeusing
namespace
std;intmain
wzz2333
·
2024-02-10 19:44
c语言
stl
c++
35_函数对象分析
0.需求编写一个函数:函数可以获得斐波拉契数列每项的值每调用一次返回一个值函数可根据需要重复使用编程说明:第一个解决方案#includeusing
namespace
std;intfib(){staticinta0
编程半岛
·
2024-02-10 19:45
第七次作业第二题
namespace
{classProgram{staticvoidMain(string[]args){Console.WriteLine("请输入年龄");intage=Convert.ToInt32
雯丢丢
·
2024-02-10 18:18
学习总结13
##输入格式输入文件第一行为两个整数n,m(1using
namespace
std;intg[110][110];//保存数据intn,m;intx2,y2;//保存初始位置intsum;intdfs(intx
GGJJM
·
2024-02-10 18:00
学习
算法
P9831 [ICPC2020 Shanghai R] Gitignore 题解
#includeusing
namespace
std;intT;intn,m;constintmaxn=105;strings[maxn];mapmp,vis;
酸甜小杨桃
·
2024-02-10 17:30
算法
动态规划
c++
深度优先
数据结构
B2090 年龄与疾病 题解
#include#includeusing
namespace
std;inta[5],n,
酸甜小杨桃
·
2024-02-10 17:00
算法
c++
数据结构
C++ 指针特别篇-指针转换和智能指针
#include#includeusing
namespace
std;classPerson{public:virtual~Person(){coutshared_ptr(person1);return0
zcwfeng
·
2024-02-10 17:08
蓝桥杯 算法训练 统计正负数【c/c++】---Q君
样例输入:1-3-10029样例输出32代码如下:#include#includeusing
namespace
std;voidwwjt(int,int);intmain(){in
卿卿如晤丽影如画
·
2024-02-10 17:23
蓝桥杯
排序刷题9
#include#include#includeusing
namespace
Sking426
·
2024-02-10 16:14
排序
算法
数据结构
c++
排序算法
c语言
找规律 UVALive 6506 Padovan Sequence
include7#include8#include9#include10#include11#include12#include13#include14#include15#include16using
namespace
std
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
namespace
std;#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
namespace
std;#defineintlonglong#definepbpush_back#definefifirst#definesesecond
__night_
·
2024-02-10 15:16
codeforces
算法
给定长度为n的01串s,有两种操作:1、交换相邻的两个字符,花费为1e12;2、删除一个字符,花费为1e12 + 1,求使s不递减的最少花费
题目思路:#includeusing
namespace
std;#defineintlonglong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-10 15:45
codeforces
算法
有n个人,其中有m对朋友,第i对朋友的友谊值是f[i], 有k次旅行,每次旅行随机、独立地选两人,如果两个人是朋友,那么快乐值增加f,并且下一次旅行这两个人f值加一;否则快乐值和f都不变。求最大快乐值
题目思路:#includeusing
namespace
std;#defineintlonglong#definepbpush_back#definefifirst#definesesecond#definelsonp
__night_
·
2024-02-10 15:45
codeforces
算法
string类的部分功能实现(stl)
#pragmaonce#include#include
namespace
Gan_string1{classstring{typedefchar*iterator;//定义迭代器类型public://构造函数
编程小公举
·
2024-02-10 15:37
C++基础学习历程
c++
java
算法
01 长方形内正方形与长方形的数量
HcodeOnlineJudge我对这个问题写出了代码:#includeusing
namespace
std;strings;boolflag=1;intn=0,m=0,sum,tmp1,tmp2;intmain
极风丨幻梦
·
2024-02-10 13:33
xxs五上数学
c++
C++服务器开发(3):创建服务器主循环
#include#includeusing
namespace
boost::asio;using
namespace
boost::asio::ip;intmain(){try{//创建io_context对象
Galaxy银河
·
2024-02-10 13:15
计算机
/
人工智能
C++更多语法
c++
服务器
开发语言
c语言 sha256,C/C++知识点之密码学---hash函数(SHA-256)的C++实现
6#include78using
namespace
std;910#defineSHA256_ROTL(a,b)(((a>>(32-b))&(0x7fffffff>>(31-b)))|(a>b)&(0x7fffffff
weixin_39719727
·
2024-02-10 13:13
c语言
sha256
C# XML helper
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Xml;usingSystem.Collections;
namespace
CommonArithmetic
yonghui_pinbo
·
2024-02-10 12:59
xml
c#
exception
string
文档
null
C# XML文件操作类XmlHelper
类的完整代码:usingSystem;usingSystem.Collections;usingSystem.Xml;
namespace
Keleyi.Com.XmlDAL{publicclassXmlHelper
weixin_30832983
·
2024-02-10 12:28
c#
std::map
std::map介绍成员函数构造析构元素访问迭代器容量修改器查找非成员函数介绍//map模板定义template,classAllocator=std::allocator>>classmap;
namespace
pmr
无夜_
·
2024-02-10 12:12
c++
stl
c++
算法------(11)并查集
#include#include#includeusing
namespace
std;constintN=1e5+10;in
FancySuMMer11
·
2024-02-10 12:09
算法基础课
算法
c++
【C++跬步积累】—— 构造函数+析构函数
示例1:#includeusing
namespace
std;classDate{public://1.无
PH_modest
·
2024-02-10 11:05
C++跬步积累
c++
java
开发语言
学习
电脑误删资料恢复
regedit(打开注册表)2、依次展开:HEKEY——LOCAL——MACHIME/SOFTWARE/microsoft/WINDOWS/CURRENTVERSION/EXPLORER/DESKTOP/
NAMESPACE
rwnecsybpt
·
2024-02-10 11:28
数列还原
题目描述牛牛的作业薄上有一个长度为n的排列A,这个排列包含了从1到n的n个数,但是因为一些原因,其中有一些位置(不超过10个)看不清了,但是牛牛记得这个数列顺序对的数量是k,顺序对是指满足i#includeusing
namespace
std
_YuFan
·
2024-02-10 10:40
4参数拟合
#include#include#include#includeusing
namespace
std;//定义拟合模型doublefit_func(doublea,doubleb,doublec,doubled
amwha
·
2024-02-10 10:01
算法
回顾最初学习语言的编译环境:在Windows10终端编译运行C/C++程序
现在有一段简单C++代码(文件名为demo.cpp),用于计算a*b的值#includeusing
namespace
std;intmain(){inta,b;while(cin>>a>>b){coutoutput.t
源代码杀手
·
2024-02-10 10:24
C/C++
c++
算法竞赛进阶指南——基本算法练习1
飞行员兄弟#include#includeusing
namespace
std;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
namespace
std;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
namespace
std;constintN=1e5+10;//head:头节点的指向
duanyq666
·
2024-02-10 09:44
算法基础课
数据结构
算法
三、搜索与图论
DFS排列数字#includeusing
namespace
std;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
namespace
std;#defineOK1#defineERROR0typedef
橘柚jvyou
·
2024-02-10 09:07
C/C++数据结构与算法
c++
数据结构
链表
算法
用栈实现链表逆置(交换元素)
栈的要求是后进先出,所以我们就可以利用栈的这个性质来实现链表逆置具体代码如下:#includeusing
namespace
std;#defineOK1#defineMAX100typedefintElemtype
橘柚jvyou
·
2024-02-10 09:06
C/C++数据结构与算法
c++
数据结构
链表
算法
牛客2024年除夕娱乐赛(题解)
#includeusing
namespace
std;intmain(){coutusing
namespace
std;intmain(){coutusing
namespace
std;intmain(){cout
ros275229
·
2024-02-10 09:23
NowCoder
算法学习
娱乐
算法
牛客
c#安全-nativeAOT
AOT测试首先编译一段普通代码usingSystem;usingSystem.Runtime.InteropServices;
namespace
coleak{classwinfun{[DllImport
coleak
·
2024-02-10 07:36
#
渗透测试
c#
开发语言
CSP-202009-1-称检测点查询
称检测点查询解题思路本题的时间复杂度貌似没有限制,直接暴力枚举就能知识盲点:sort()函数-升序排序#include给名为dis,长度为n的数组排序sort(new_dis,new_dis+n);#include#includeusing
namespace
std
LOST P
·
2024-02-10 07:05
算法
c++
CSP-202112-1-序列查询
#includeusing
namespace
std;intmain(){longlongn,N,sum=0;cin>>n>>N;longlon
LOST P
·
2024-02-10 07:35
算法
c++
CSP-202012-1-期末预测之安全指数
CSP-202012-1-期末预测之安全指数题目很简单,直接上代码#includeusing
namespace
std;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
namespace
std;//学生信息结构体structStudent{stringname;vectorscores;inttotalScore
偶然i
·
2024-02-10 07:00
华为od
python
c语言
c++
java
面经
秋招
C++赛马游戏
题目:代码:#includeusing
namespace
std;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++
游戏
开发语言
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他