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
cout
有趣的c++模板元编程11个例子
实现加一#includetemplatestructM{constexprstaticintval=x+1;};intmain(){//目标:从类模板导入元编程,实现加一std::
cout
::valconstexprintadd_fun
m0_37662818
·
2024-02-04 23:51
c/opencv
c++
开发语言
蓝桥杯真题刷题6.隔行变色
#includeusingnamespacestd;intmain(){inta=0;intb=0;intcount=0;for(a=21;a<=50;a+=2){count++;}
cout
<
失落的香蕉
·
2024-02-04 22:56
c++
算法
开发语言
蓝桥杯真题刷题5.年龄问题
#includeusingnamespacestd;intmain(){intm;for(ints=20;s<100;s++){m=2*(s-20)+20;if(m==1.5*s)
cout
<
失落的香蕉
·
2024-02-04 22:55
算法
c++
数据结构
蓝桥杯真题刷题7.三角形面积
#includeusingnamespacestd;intmain(){//请在此输入您的代码
cout
<<8*8-8*2/2-8*4/2-4*6/2;return0;}
失落的香蕉
·
2024-02-04 22:55
算法
前端
javascript
蓝桥杯经典 年号字串
#includeusingnamespacestd;intmain(){
cout
<<"
yf743909
·
2024-02-04 22:18
蓝桥杯
职场和发展
洛谷p2370 yyy2015c01的u盘
includeusingnamespacestd;constintM=1e5+9;intdp[M],v[M],w[M];intmain(){ios::sync_with_stdio(0),cin.tie(0),
cout
.tie
qustflypiggy
·
2024-02-04 22:55
01背包
背包dp
背包问题
动态规划
3338 蓝桥杯 wyz的数组IV 简单
的数组IV简单//C++风格解法1,通过率50%#includeintmain(){std::ios::sync_with_stdio(false);std::cin.tie(nullptr);std::
cout
.tie
F87523399332578_
·
2024-02-04 20:53
蓝桥杯
蓝桥杯
c++
java 读取word模版,替换参数,转换为pdf
1.word转html(filename:pdf/template.do
cout
putFIle:pdf/temp.html)2.html处理(filepath:pdf/temp.htmlrepArr:{
记忆机器
·
2024-02-04 19:00
java
word
pdf
《C++ Primer Plus》《2、开始学习C++》
文章目录0前言:1进入C++1.1main()函数1.2C++注释1.3预处理器和iostream1.4头文件名1.5名称空间1.6使用
cout
进行C++输出1.7C++源代码的格式化2C++语句2.1
zwh1298454060
·
2024-02-04 19:21
#
《C++
Primer
Plus》
c++
学习
开发语言
【C++】c++入门,认识c++版本的Hello world!
2.cin,
cout
那既
崽崽..
·
2024-02-04 17:33
c++
L1-044 稳赢
includeusingnamespacestd;intmain(){intn;cin>>n;strings;intt=1;while(1){cin>>s;if(s=="End")break;if(t%(n+1)==0)
cout
哇哈哈哈蛤
·
2024-02-04 15:31
c++
算法
L1-032 Left-pad
strings;cin>>n>>a;cin>>s;stringss;getline(cin,ss);s=s+ss;charb[10010];for(inti=0,j=s.size()-1;i=0;i--)
cout
usingnamespacestd
哇哈哈哈蛤
·
2024-02-04 15:00
算法
c++
数据结构
L1-041 寻找250
#includeusingnamespacestd;intmain(){intn=0;strings;while(cin>>s){n++;if(s=="250"){
cout
<<n
哇哈哈哈蛤
·
2024-02-04 15:00
c++
算法
数据结构
L1-009 N个数求和
longlonga[1001],b[1001];charc;longlongzhengshu=0,fenzi;for(inti=1;i>a[i]>>c>>b[i];}if(n==1){if(a[1]==0)
cout
哇哈哈哈蛤
·
2024-02-04 15:30
算法
L1-011 A-B (20分)(测试点过不去原因)
a.size();i++){intn=1;for(intj=0;j
cout
哇哈哈哈蛤
·
2024-02-04 15:29
算法
c++
数据结构
L1-025 正整数A+B(详解)
='0'&&stoi(a)<=1000)
cout
<
哇哈哈哈蛤
·
2024-02-04 15:27
算法
洛谷 P1466 集合 Subset Sums
includeusingnamespacestd;typedeflonglongll;lln,m;lldp[10001000];intmain(){cin>>n;m=(n*(n+1))/2;if(m%2){
cout
zailingzhe
·
2024-02-04 14:50
洛谷p1507 nasa的食物计划
includeusingnamespacestd;constintM=2e4+9;intdp[M][M],c[M],w[M],m[M];intmain(){ios::sync_with_stdio(0),cin.tie(0),
cout
.tie
qustflypiggy
·
2024-02-04 14:19
背包专题训练
01背包
背包dp
动态规划
洛谷p1466集合
includeusingnamespacestd;usingll=longlong;constintM=1e4+9;lldp[M];intmain(){ios::sync_with_stdio(0),cin.tie(0),
cout
.tie
qustflypiggy
·
2024-02-04 14:17
01背包
动态规划
背包问题
背包dp
C++指针
分析下面的重载函数#includeusingnamespacestd;voidpfun(char*str){
cout
()unique_ptr包装一个原始指针,并负责其生命周期。
钟居祥瑞
·
2024-02-04 13:50
C/C++学习
c++
开发语言
【C++入门到精通】C++的IO流(输入输出流) [ C++入门 ]
阅读导航引言一、C语言的输入与输出二、流是什么三、C++IO流1.C++标准IO流(1)istream(2)ostream(3)iostream(4)cin和
cout
2.C++文件IO流(1)ifstream
Yawesh
·
2024-02-04 09:24
C++
c++
开发语言
Educational Codeforces Round 122 (Rated for Div. 2) ABC
#include#include#include#include#include#includeusingnamespacestd;intmain(){cin.tie(0);
cout
Vijurria
·
2024-02-04 09:41
c++
C++:冒泡排序,代码实现
includeusingnamespacestd;intmain(){intarr[]={10,45,2,65,5,8,4,82,11,51};intnum=sizeof(arr)/sizeof(arr[0]);
cout
arr
snow爱
·
2024-02-04 07:33
c++
算法
数据结构
c++:打印9*9乘法表
#includeusingnamespacestd;intmain(){for(inti=1;i<=9;i++){for(intj=1;j<=i;j++){
cout
<<j<
snow爱
·
2024-02-04 07:02
c++
算法
开发语言
C++:找到三位数中的所有水仙花数
intmain(){intnum=100;do{inta=0;intb=0;intc=0;a=num%10;b=num/10%10;c=num/100;if(a*a*a+b*b*b+c*c*c==num){
cout
snow爱
·
2024-02-04 07:32
c++
算法
开发语言
c++:敲桌子
十位数上有73.个位数上有7#includeusingnamespacestd;intmain(){for(inti=1;i<=100;i++){if(i/10==7||i%10==7||i%7==0){
cout
snow爱
·
2024-02-04 07:59
c++
算法
开发语言
CodeTON Round 7 (Div. 1 + Div. 2, Rated, Prizes!)
defineintlonglongusingnamespacestd;constintN=15;inta[N];intn;voidsolve(){cin>>n;for(inti=1;i>a[i];if(a[1]==1)
cout
沫刃起
·
2024-02-04 07:29
codeforces
算法
c++
数据结构
c++重载、隐藏和覆盖
重载函数名字相同,但参数列表或者返回值不同一组函数要重载必须处在同一作用域中classBase{public:Base(intdata=0):m_a(data){}voidshow(){
cout
<<"Base
你好,此用户已存在
·
2024-02-04 04:18
c++
c++
开发语言
c++虚函数的调用一定是动态绑定吗
再说情况在类的构造函数中调用虚函数无法实现多态性用对象本身调用虚函数,也是静态绑定classBase{public:Base(intdata=10):m_a(data){}virtualvoidshow(){
cout
你好,此用户已存在
·
2024-02-04 04:18
c++
c++
开发语言
【无标题】
height;intweight;public://构造函数Per(stringn,inta,inth,intw):name(n),age(a),height(newint(h)),weight(w){
cout
睡不醒、、
·
2024-02-04 02:24
c++
C++ Day1
include#includeusingnamespacestd;intmain(){inta=0,A=0,num=0,space=0,other=0;arraystr;array::iteratoriter;
cout
睡不醒、、
·
2024-02-04 02:54
c++
算法
开发语言
【c++基础】高精度加法
=0;第二步获取字符串长度将字符数组转换为整数数组cin>>a>>b;intla=strlen(a),lb=strlen(b);intlc=max(la,lb);for(inti=0;i=0;i--)
cout
usin
star-dusts
·
2024-02-03 23:11
#
C++实战练题
c++
数据结构
算法
【c++基础】高精度减法
c[la-1])la-=1;第五步输出if(zf)
cout
=0;u--)
cout
usingnamespacestd
star-dusts
·
2024-02-03 23:41
#
C++实战练题
c++
算法
数据结构
【C++】类和对象2:this指针
类来举个例子classDate{public:voidInit(intyear,intmonth,intday){_year=year;_month=month;_day=day;}voidPrint(){
cout
_year_month_dayPrintA
cat_with_cat
·
2024-02-03 23:29
C++知识点
c++
java
jvm
剑指offer 第二版(101——119)(全部完结)
剑指OfferII101.分割等和子集boolcanPartition(vector&nums){intsum=0;for(inti=0;i=nums[i-1];j--){//
cout
&nums){intsum
学心理学的猫
·
2024-02-03 21:54
剑指向offer
算法
c++
开发语言
上海计算机学会竞赛平台2024年1月月赛——T1 成绩等第(C++)
输入格式单个数字表示a输出格式单个字符表示答案数据范围0≤a≤100样例数据93->A44->F代码实现#includeusingnamespacestd;intmain(){intn;cin>>n;if(n>=90)
cout
A3024857
·
2024-02-03 21:08
上海计算机竞赛
算法
C++输出地址
#includeusingnamespacestd;intmain(){ints;
cout
usingnamespacestd;intmain(){ints;int*p=&s;
cout
<<&s
A3024857
·
2024-02-03 21:07
c++
算法
开发语言
C++:std::tuple的使用
std::pairautopair=std::make_pair("name",44);//创建一个数据对pair.second=33;//通过first,second可以访问数据成员std::
cout
StructBind
大白萝卜不紧张
·
2024-02-03 19:57
c++
c++
开发语言
C++11 std::tuple
一简介头文件templateclasstuple;(C++11)二取值及辅助函数#include//tie#include//
cout
cin#include//tupleintmain(){{//取值std
丸子叮咚响
·
2024-02-03 19:53
#
C++11/14/17/20
tuple
C/C++ sizeof与strlen区别
#includeusingnamespacestd;voidmain(){char*p="teste";char*t="myname\0";
cout
>>>strlen计算字符串的长度,以结束符0x00为字符串结束
_大猪
·
2024-02-03 18:02
回顾学习资料
c++
c++
C/C++ | 求数组长度 | 求字符型数组长度 | 求string类型长度 | 字符串数组长度
};intlength=0;length=sizeof(arr)/sizeof(int);intarr[10]={0,0};//这样的无法通过上述方法获得字符型数组长度charc[10]="asd";
cout
stone_fall
·
2024-02-03 18:31
#
c++/c
基础
C
C++
字符串长度
字符串数组
c++ 语法指针
取指针所指向的地址保存的值用变量名取4.取指针所指向地址保存的值*+变量名取(解引用)intmain(intargc,constchar*argv[]){//insertcodehere...std::
cout
weixin_38432324
·
2024-02-03 17:28
c++
开发语言
算法基础课-数学知识
includeusingnamespacestd;boolcheck(intnum){if(num==1)returnfalse;for(inti=2;i>n;while(n--){intnum;cin>>num;if(check(num))
cout
usingnamespacestd
向来痴_
·
2024-02-03 17:54
算法
c++
开发语言
字符串 分类讨论 01字符串 1890 B. Qingshan Loves Strings
#includeusingnamespacestd;voidsolve(){intn,m;cin>>n>>m;strings,t;cin>>s>>t;if(n==1){
cout
=1&&cnt_1==0)
三冬四夏会不会有点漫长
·
2024-02-03 17:19
#
CF
div
2
B
题
算法
c++day1
定义自己的命名空间并定义字符串,#include#includeusingnamespacestd;namespacemyspace{strings1="hello";voidfun(){
cout
<
小新026
·
2024-02-03 17:18
c++
c++day3
includeusingnamespacestd;classPerson{int*age;string&name;public:Person(intage,string&name):age(newint(age)),name(name){
cout
age
小新026
·
2024-02-03 17:18
c++
与指定数字相同的数的个数 T1061
inta=0;intmain(){cin>>n>>m;for(inti=0;i>f[i];for(intj=0;j<n;j++){if(f[j]==m){a++;}}
cout
invincible_Tang
·
2024-02-03 16:01
计蒜客c慢刷
算法
c++
数据结构
乘方计算 T1062
includeusingnamespacestd;inta,n,power=1;intmain(){cin>>a>>n;for(inti=1;i<=n;i++){power*=a;}
cout
invincible_Tang
·
2024-02-03 16:01
计蒜客c慢刷
算法
c++
数据结构
完全背包问题
intmain(){cin>>n>>m;for(inti=1;i>v[i]>>w[i];for(inti=1;i=v[i]){f[i][j]=max(f[i][j],f[i][j-v[i]]+w[i]);}}}
cout
usingnamespacestd
invincible_Tang
·
2024-02-03 16:00
数据结构/算法
算法
c++
数据结构
C++的IO流
C++的IO流C++系统实现了一个庞大的类库,其中ios为基类,其他类都是直接或间接派生自ios类C++标准IO流C++标准库提供了4个全局流对象cin、
cout
、cerr、clog,使用
cout
进行标准输出
weixin_45138295
·
2024-02-03 15:17
C++
c++
开发语言
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他