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
tie
最长上升子序列模型 笔记
首先附上模板:#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd
泠楠子
·
2023-11-16 00:19
模板
dp
c++
动态规划
2023湖南省赛
tourist补题中,会给出大部分代码A:开开心心233签到题,无论二分还是解方程还是直接for循环枚举都能直接通过啦signedmain(){ios_base::sync_with_stdio(0);cin.
tie
阿根廷必胜
·
2023-11-14 15:25
算法
数字三角形模型 笔记
分别为第一条路走下,第二条路走下第一条路走下,第二条路走右第一条路走右,第二条路走下第一条路走右,第二条路走右#include#defineIOSios::sync_with_stdio(0);cin.
tie
泠楠子
·
2023-11-14 00:23
模板
c++
动态规划
链式前向星模板
可以用邻接表来实现邻接表建图,两种方法:1.链表2.链式前向行只讲第二种,比较常用简洁链式前向星模板#defineIOSios::sync_with_stdio(false);cin.
tie
(0);cout.
tie
clmm_
·
2023-11-13 05:59
c++
算法
图论
cin.
tie
() 输入加速器
cin.
tie
()cin.
tie
(NULL);只解除的是C++运行库层面的对数据传输的绑定。
king9666
·
2023-11-10 19:47
基本操作
PTA古风排版
输入格式:输入在第一行给出一个正整数N(#include#includeusingnamespacestd;#defineIOOios::sync_with_stdio(false);cin.
tie
(0
JSU_曾是此间年少
·
2023-11-10 00:11
PTA
蓝桥云课--1024 第 2 场算法双周赛
题目要求二、思路(1)因为每块地砖都是2*3的规格:1.n#defineendl'\n'#defineintlonglong#defineIOSios::sync_with_stdio(false);cin.
tie
快乐的邮递员
·
2023-11-09 20:26
算法编程练习比赛
算法
数据结构
c++
青少年编程
开发语言
蓝桥云课--1014 第 1 场算法双周赛
下一个编号=当前编号*2;三、代码#include#defineendl'\n'#defineintlonglong#defineIOSios::sync_with_stdio(false);cin.
tie
快乐的邮递员
·
2023-11-09 20:50
算法编程练习比赛
算法
数据结构
1024程序员节
c++
青少年编程
求质数(线性筛法)
includeusingnamespacestd;constintN=1e6+9;intn,cnt,primes[N];boolst[N];intmain(){ios::sync_with_stdio(0),cin.
tie
想不出来_6
·
2023-11-08 17:55
算法
抛硬币有连续x次正面的期望
次正面的期望按照公式来算是抛1次1/2的概率抛2次1/4的概率抛3次1/8的概率...我们可以写一个程序试一下signedmain(){ios_base::sync_with_stdio(0);cin.
tie
阿根廷必胜
·
2023-11-08 02:30
概率论
算法
【muduo源码剖析】Channel设计分析
文章目录什么是Channel成员变量成员函数设置此Channel对于事件的回调函数设置Channel感兴趣的事件到Poller更新Channel关注的事件移除操作用于增加TcpConnection生命周期的
tie
Last-Week
·
2023-11-07 07:31
muduo源码解析
网络
c++
linux
后端
muduo
蓝桥·算法双周赛
#includeintmain(){std::ios::sync_with_stdio(false);std::cin.
tie
(nullptr);std::cout.
tie
(nullptr);intT;
‘(尐儍苽-℡
·
2023-11-06 20:28
蓝桥杯
算法
最大单词长度乘积(w位运算)
力扣(LeetCode)技巧为int为32位,小写单词字母只由26位(大小写的话就是int_64t),将每一个字母确定一个独立的bit位,通过&计算来判断是否重复即可intInit=[](){cin.
tie
书鸢1236
·
2023-11-06 14:11
力扣每日一题签到
算法
leetcode
数据结构
简单单调栈的运用,悬线法---最大子矩阵,整除分块(规律+分块边界)
include#include#include#include#include#include#defineendl'\n'#defineiosios::sync_with_stdio(false),cin.
tie
炒饭加蛋挞
·
2023-11-06 01:45
算法
c++
图论
perl的File::Tail模块
=File::Tail->new(name=>$logfile,tail=>-1);while(defined($line=$file->read)){print"$line";}(2)my$ref=
tie
_lovjesus
·
2023-11-04 16:28
scripts
C++ 多个返回值 新特性
{};std::tupleexam(){};对这种返回值的处理有两种方式,//方式一auto[paper,cheat]=exam();//方式二paper_tpaper;boolcheat;std::
tie
陈成_Adam
·
2023-11-02 01:46
2022年的520钻石争 新式六合彩答案
代码:#includeusingnamespacestd;intmain(){cin.
tie
(nullptr)->sync_with_stdio(false);intn,m;cin>>n>>m;vector
小丑小克
·
2023-11-01 15:17
蓝桥杯
c++
算法
牛客:浙江农林大学2022年新生杯程序设计竞赛(同步赛)VP题解
__||__||_||_usingnamespacestd;usingi64=longlong;intmain(){std::ios::sync_with_stdio(false);std::cin.
tie
ღSupperღ
·
2023-10-29 12:21
算法
算法
深度优先
c++
2020 牛客多校 第六场 E-Easy Construction(思维)
InputThefirstlinecontainstwointegersn,k(1usingnamespacestd;#pragmaGCCoptimize(2)#defineiosstd::ios::sync_with_stdio(false);cin.
tie
_Daredevil_
·
2023-10-26 01:35
引理
&
技巧
&
NT
训练赛病历
c++
算法
C++11新特性之十六:std::
tie
在c++11标准库中,加入了std::
tie
,在c++14中改进,方便使用。其与std::tuple关系密切,主要目的是方便地使用std::tuple。
草上爬
·
2023-10-24 21:27
C++11基础
tie
pair
tuple
C++
make_tuple
1024程序员节
【入门4】数组 (今天刷洛谷了嘛)
includeusingnamespacestd;typedeflonglongll;constintinf=0x3f3f3f3f;#defineiosios::sync_with_stdio(false);cin.
tie
Joanh_Lan
·
2023-10-22 07:13
60天洛谷挑战flag
蓝桥杯
c++
职场和发展
堆排序 堆数组模拟
down(x),up(y)两个移动堆点的函数down函数堆排序:#includeusingnamespacestd;#defineIOSios::sync_with_stdio(false);cin.
tie
*c.
·
2023-10-22 00:27
讲解类
p2p
蓝桥杯
linq
洛谷 P1216 [USACO1.5] [IOI1994]数字三角形题解
//数字三角形#includeusingnamespacestd;constintN=510;intf[N][N],n;intmain(){ios::sync_with_stdio(0),cin.
tie
想不出来_6
·
2023-10-21 18:03
算法
c++
年号字串 (蓝桥杯)
:把2019转化为26进制然后输出.参考代码:#includeusingll=longlong;intmain(){std::ios::sync_with_stdio(false);std::cin.
tie
闫鸿宇
·
2023-10-21 09:52
蓝桥杯
c++
蓝桥杯
HZOJ-72:猜拳
对于每个询问,请给出正确的回答:Win(胜)、Loss(负)、
Tie
(平)���(胜)、����(负)、���(平)输入第一行输入两个整数n,m(1≤n≤10000,3≤m≤10000)�,�(1≤�≤
云儿乱飘
·
2023-10-20 08:13
算法题
算法
c++
数据结构
力扣力扣力扣(02-加速!)
语言输入输出的同步(注意别cin/cout和scanf/printf混用了)和解除cin和cout的绑定关系staticconstauto_=[](){ios::sync_with_stdio(false);cin.
tie
我是菜鸡对不起~
·
2023-10-19 19:19
力扣力扣力扣!
y总整数二分代码模板
总二分模板整数二分#includeusingnamespacestd;constintN=1e5+9;intn,m,a[N];intmain(){ios::sync_with_stdio(0),cin.
tie
路栖法504
·
2023-10-18 00:16
c++
算法
杨辉三角形的代码
includeusingnamespacestd;inta[15][15];intmain()//规律:a[i][j]=a[i-1][j]+a[i-1][j-1]{ios::sync_with_stdio(0),cin.
tie
路栖法504
·
2023-10-18 00:46
算法
c++
c++输入输出取消同步流
includeusingnamespacestd;intmain(){//取消同步流//一般比scanf快但是注意不要使用cout<
tie
路栖法504
·
2023-10-18 00:15
c++
开发语言
单源最短路 dijkstra算法模板
利用t点对集合中的点进行松弛操作,进行更新时间复杂度o(n²)*/#include#definegocontinue#defineIOSios::sync_with_stdio(false);cin.
tie
lazy_yun
·
2023-10-16 06:47
算法
图论
std::pair std::tuple std::
tie
std::pair固定包含两个数据,Definedinheader场景pair是将2个数据组合成一个数据,当需要这样的需求时就可以使用pair,如stl中的map就是将key和value放在一起来保存。另一个应用是,当一个函数需要返回2个数据的时候,可以选择pair。pair的实现是一个结构体,主要的两个成员变量是firstsecond因为是使用struct不是class,所以可以直接使用pair
生活需要深度
·
2023-10-16 06:12
C++
c++
tuple
ICPC 2019-2020 North-Western Russia Regional Contest 补题部分
#defineIOios::sync_with_stdio(false);cin.
tie
();cout.
tie
(0)#pragmaGCCoptimize(2)#include#include#include
Fighting_Peter
·
2023-10-15 16:52
区域赛
计数
思维
ICPC 2019-2020 North-Western Russia Regional Contest | JorbanS
A-AccurateMovement#includeusingnamespacestd;#defineFastIOcin.
tie
(nullptr)->sync_with_stdio(false);intsolve
JorbanS
·
2023-10-15 16:20
OI
题解
算法
图论
深度优先
C++加速代码(DAY 39)
文章目录引入结果一:scanfprintf输入输出运行的结果最快,数据量级超过100万(一百万)时,推荐用scanf和printf二:ios::sync_with_stdio(false);三:cin.
tie
张学恒
·
2023-10-15 07:47
C++基础
c语言
c++
算法
开发语言
数据结构
AtCoder ABC276 A~F
所以最后的答案要+1.所以我一开始写了这么一个代码:cin>>s;ans=-1;for(inti=0;ig[MAXN];intmain(){ios::sync_with_stdio(false);cin.
tie
Sandwich__
·
2023-10-15 03:08
#
打比赛
图论
算法
深度优先
数据结构
UNIQUE VISION Programming Contest 2023 Autumn(AtCoder Beginner Contest 323)
如果在偶数位上出现了非'0'得元素,直接输出"No"后返回即可,循环顺利结束的话,就直接输出"Yes";代码:#include#defineIOSios::sync_with_stdio(0);cin.
tie
ros275229
·
2023-10-09 04:33
atcoder
算法学习
c++
斐波那契前 n 项和 - 矩阵乘法快速幂
.斐波那契前n项和-AcWing题库构造矩阵A使010A=[111]001然后对这个式子进行快速幂,挺神奇的#include#defineIOSios::sync_with_stdio(0);cin.
tie
泠楠子
·
2023-10-09 02:47
数论
模板
矩阵
算法
线性代数
【洛谷】P1114 “非常男女”计划
#includeusingnamespacestd;constintN=2e5+10;intn,a[N],f[N];intmain(){ios::sync_with_stdio(false),cin.
tie
gentle coder
·
2023-10-08 19:51
算法
c++
【每日一题】ARC098D - Xor Sum 2 | 思维 | 简单
≤n≤2⋅1051\leqn\leq2\cdot10^51≤n≤2⋅1050≤kusingnamespacestd;intmain(){ios::sync_with_stdio(false);cin.
tie
solego
·
2023-10-08 10:35
算法竞赛
算法
思维
双指针
202. 最幸运的数字
202.最幸运的数字-AcWing题库#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd
泠楠子
·
2023-10-07 21:41
数论
c++
算法
数论
Codeforces Round 874 (Div. 3)A-F
判断一下每每两个连接在一起的字符组成的字符串种类数代码#include#include#includeusingnamespacestd;intmain(){ios::sync_with_stdio(0);cin.
tie
北极星璇
·
2023-10-07 11:22
算法
c++
数据结构
用网络重新理解世界
一个是节点,英文叫node;另一个是节点和节点之间的连接,英文叫
tie
。节点,一般指的是行动者,比如个人、群体、组织,也可能是城市或国家。连接,反映的是节点间的某种互动关系。
速写英雄
·
2023-10-06 13:01
O(根号n/ln(根号n))时间复杂度内求n的所有因子
2e9范围内因子最多的数有1600个因子,爆搜的时间复杂度很小#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl
泠楠子
·
2023-10-05 20:45
模板
算法
c++
string 中 s.size()的小问题
#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd;typedefpairPII
泠楠子
·
2023-10-04 20:24
一些小bug
bug
图论-图的基本概念及存储方式
简单图判定//简单图判定#includeusingnamespacestd;intn,m;inta[1001][1001];intmain(){ios::sync_with_stdio(false);cin.
tie
暴躁大企鹅
·
2023-10-04 15:46
图论
图论
c++
算法
阶乘分解质因数
中因子p的个数为枚举n范围内的质数即可#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd
泠楠子
·
2023-10-03 03:22
日常水题
c++
算法
W、X、Y
其中一个y(x)有转折点,在对应位置上s(x)也会有转折点所以所有y(x)函数中不重复的转折点的个数就是答案#include#defineIOSios::sync_with_stdio(0);cin.
tie
泠楠子
·
2023-10-02 20:59
日常水题
c++
质数距离 - 如何在较合理的时间复杂度内求2e9范围内的质数
之间的质数,范围在2e9,但l、r的差值不大,在1e6范围内先求出内的质数,然后拿这个指数去筛[l,r]范围内的即可#include#defineIOSios::sync_with_stdio(0);cin.
tie
泠楠子
·
2023-10-02 20:27
日常水题
算法
c++
Nim - sg函数
#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd;typedefpairPII
泠楠子
·
2023-10-01 02:32
模板
c++
算法
拆分Nim游戏 - SG定理
SG(a,b)=SG(a)^SG(b);#include#defineIOSios::sync_with_stdio(0);cin.
tie
(0);cout.
tie
(0);#defineendl'\n'usingnamespacestd
泠楠子
·
2023-10-01 02:32
模板
算法
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
其他