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
Chars
ACM-ICPC North America Qualifier Contest 2016 A. A New Alphabet
typedeflonglongll;constintMAXN=1e6+10;constintmaxn=1e5+10;constintINF=0x3f3f3f3f;constintMOD=1e9+7;constintN=1010;
chars
辞树 LingTree
·
2020-09-15 22:23
思维
C++中sprintf()的用法
函数相当于带格式的转换函数sprintf(dst,'格式',src),意为将src以指定格式输入到dst中,跟printf类似,只不过printf是直接输入到命令行窗口中今天笔试的时候有这样一个代码,要求改错:
chars
kk_forword
·
2020-09-15 22:22
C++
手写 大整数
)3usingnamespacestd;4typedeflonglongLL;5constintM=1e2+10;67classBigInteger{8staticconstintM=1e2+10;9
chars
as305323460
·
2020-09-15 22:26
codeforce1046 H. Palindrome Pairs 二进制+map
codeforce1046H.PalindromePairs求组成回文串的对数(字符任意排列)#includeusingnamespacestd;constintMAXN=1e6+5;intn,l;
chars
qianyri
·
2020-09-15 22:45
比赛
PAT真题1001
d",&a,&b);sum=a+b;if(sum0){if(k==3){s[i]=',';++i;k=k-3;}else{s[i]=sum%10;++i;++k;sum/=10;}}s[i]=sum;
chars
1
LVTl81
·
2020-09-15 21:30
洛谷P4408逃学的小孩
include#include#include#definemaxn444444#defineintlonglongusingnamespacestd;intn,m;intread(){intx=0,f=1;
chars
_L_Y_T
·
2020-09-15 21:30
懒
懒
p5341 [TJOI2019]甲苯先生和大中锋的字符串
对于每个点如果它的子树siz和等于k那么对于这个满足的点它有贡献的长度一定是一个连续区间直接差分即可代码#includeusingnamespacestd;intn,k,mx,ans,d[100100];
chars
weixin_30430169
·
2020-09-15 21:38
Codeforces Round #668 (Div. 1) 题解
也就确定了,代码如下:#include#include#include#includeusingnamespacestd;#definemaxn300010intT,n,k;
chars
[maxn];intmain
Hypoc_
·
2020-09-15 21:02
比赛
c语言 翻译密码
代码如下:#include#includeintmain(){inti=0;
chars
1[100],s2[100];scanf("%s",s1);while(s1[i]!
xiaowen901018
·
2020-09-15 20:03
leetcde1096. 花括号展开 II
intstep=0;//防止出现重复判断intn=0;publicListbraceExpansionII(Stringexpression){n=expression.length();char[]
chars
孤竹彧
·
2020-09-15 20:21
leetcode
算法
笔记
烫烫烫烫烫的来源
0040101Cleaedi,[ebp-140h]00401022movecx,50h00401027moveax,0CCCCCCCCh0040102Crepstosdwordptr[edi]9:
chars
laciqs
·
2020-09-15 19:11
Disassembly
and
Reverse
比较字符串
若s1和s2相等,输出0;若它们不相等,则指出其第一个不同字符的ASCII码的差值:如果s1>s2,则差值为正;如果s1#includevoidmain(void);voidmain(void){
chars
1
foreverlove111
·
2020-09-15 19:54
C/C++
删除字符串中的指定字符
裁判测试程序样例:#include#defineMAXN20voiddelchar(char*str,charc);voidReadString(
chars
[])
世事逝时
·
2020-09-15 18:45
C语言
PTA
8-6 删除字符
//删除字符#include#include#defineMAXN100voiddelchar(char*s,charc);intmain(){
chars
[MAXN];charch;printf("请输入一个字符串
WangYutao1995
·
2020-09-15 17:49
C语言程序设计(第三版)何钦铭
颜晖主编
课后习题
Common Subsequence(HDU-1159)
显然影响决策的因素就是这两个序列的位置,所以二重循环直接搞就行了,如果这两个位置的字符相同就+1#include#include#include#include#includeusingnamespacestd;
chars
1
AC_Arthur
·
2020-09-15 15:23
动态规划
使用Arrays.asList()时遇到的坑
Arrays.asList()只能将其转换成ListString[]strs={"Jack","Blue","Color"};Liststrings=Arrays.asList(strs);//char类型char[]
chars
长不大的韭菜
·
2020-09-15 14:43
3620: 似乎在梦中见过的样子 KMP
@#¥%……#include#include#includeusingnamespacestd;intn,ans,k;
chars
[20005];intnext[20005];inlinevoidKMP(
ws_fqk
·
2020-09-15 13:58
My
Code
C#字符串与char数组互转!
字符串转换成Char数组stringstr="abcdefghijklmnopqretuvwxyz";char[]
chars
=str.ToCharArray();char数组转换成字符串char[]
chars
wanzhuan2010
·
2020-09-15 08:24
第12周项目1 教师兼干部类
#include#includeusingnamespacestd;classTeacher{public:Teacher(stringnam,inta,
chars
,stringtit,stringad
aczhangweijian
·
2020-09-15 07:40
递归枚举
https://blog.csdn.net/u013476556/article/details/30781771POJ2965#include#includeconstintinf=9999999;
chars
浮生之居士
·
2020-09-15 07:56
ACM训练
C++培训_006_函数_数组_字符串_解决实际问题
#include"stdio.h"intmain(){
chars
[1000];gets(s);intgeshu=0;for(inti=0;s[i]!='\0';i++){i
不是培训笔记了
·
2020-09-15 05:23
C++
PTA 天梯赛 L1-025 正整数A+B
#include#includeintmain(){
chars
1[100],s2[100],flaga=0,flagb=0;inta=0,b=0;scanf("%s",s1);//scanf("%s",
125小黑黑521
·
2020-09-15 04:51
PTA练习
2018-2019 ACM-ICPC Pacific Northwest Regional Contest (Div. 1)
2019ACM-ICPCPacificNorthwestRegionalContest(Div.1)思路:AExam思路:水题代码:#includeusingnamespacestd;intmain(){intk;scanf("%d",&k);
chars
1
weixin_33895516
·
2020-09-15 03:18
lua去除特殊字符
functionfilter_spec_
chars
(s)localss={}localk=1whiletruedoifk>#sthenbrea
我听到你了
·
2020-09-15 03:00
个人心得
[高精度]高精乘法
#include#includeintd,a[10000],b[10000];
chars
[10000],ss[10000],c[100000];intwork(){intlen=strlen(s);for
小鱼飘飘
·
2020-09-15 02:20
[高精度]高精减法
#include#includechars1[10100];
chars
2[10100];inta[10100];intb[10100];intmain(){intpp;scanf("%d",&pp);while
小鱼飘飘
·
2020-09-15 02:20
hdu1312
include#include#include#include#include#include#include#includetypedeflonglongLL;usingnamespacestd;intn,m;
chars
oneplus54
·
2020-09-15 02:29
dfs
作业8 问题 A: 编写函数:比较字符串 之一 (Append Code)
------------------------------------------------------------------------编写函数str_cmp():原型:intstr_cmp(
chars
1
ligenzhi131619
·
2020-09-15 02:56
c语言作业/实验
蓝桥杯 基础练习 字符串对比 (vip)
基础练习字符串对比方法一#include#includeusingnamespacestd;intmain(){
chars
1[20],s2[20];cin>>s1;cin>>s2;intstr1,str2
吹泡泡的海绵
·
2020-09-15 02:27
蓝桥杯
zcmu——1012
关键在于如何判断相同首先双重循环,相同的字母除第一个外,全部为0再循环计数:不为0的字母#includeusingnamespacestd;intmain(){
chars
[100];inti,j,count
ZMST
·
2020-09-15 02:52
习题6-1 分类统计字符个数 (15 分)(答案)
函数接口定义:voidStringCount(
chars
[]);其中
chars
[]是用户传入的字符串。
rocvfx
·
2020-09-15 01:14
#
C++如何连续输入多个可能含空格的字符串
intmain(){
chars
1[100],s2[100];while(gets(s1)&&ge
hongiii
·
2020-09-14 23:42
2014联合三所学校 (HDU 4888 HDU 4891 HDU 4893)
注册标题他怎么说,你怎么样需要注意的是乘法时,它会爆炸int代码:#include#include#include#includeusingnamespacestd;typedeflonglongLL;intn;
chars
powerx_yc
·
2020-09-14 23:36
2014多校联合三 (HDU 4888 HDU 4891 HDU 4893)
签到题他怎么说你就怎么做就好了注意做乘法时候会爆int代码:#include#include#include#includeusingnamespacestd;typedeflonglongLL;intn;
chars
HouseFangFZC
·
2020-09-14 23:07
HDU
数据结构
图论
杂题
C语言编程:字母大小写转换以及求字符串长度的两种方法
输入一串字符,输出结果为大写的变为小写,小写的变为大写#include#include//求字符串长度的函数strlen()在里面intmain(){
chars
[20];inti;printf("请输入一个字符串
绝地反击T
·
2020-09-14 23:56
C语言程序设计题
C语言
wxString char* int float 之间的转换
1、char*towxStringconstchar*
chars
="Helloworld";//assumingyourstringisencodedasUTF-8,changethewxConv*parameterasneededwxStringmystring
sunooming
·
2020-09-14 23:29
wxWidget_Study
第九届湖南省大学生程序设计竞赛部分题解
代码:#include#include#include#include#include#include#includeusingnamespacestd;
chars
[1050];intpo
acm_cxq
·
2020-09-14 22:11
ACM
Codeforces1073C——Vasya and Robot
#includeusingnamespacestd;constintN=1e6+5;constintINF=0x3f3f3f3f;intn,x,y;
chars
[N];intpre[N][2];boolcheck
westbrook1998
·
2020-09-14 21:05
ACM练习题
Codeforces1409 F. Subsequences of Length Two(dp)
数据范围:nusingnamespacestd;constintmaxm=405;intd[maxm][maxm][maxm];
chars
[maxm];chart[maxm];intn,x;signedmain
这有点难啊
·
2020-09-14 21:08
C-字符串要点
字符串是工作中常见的数据结构,但C语言并无单独的字符串数据类型,只能通过数组类型进行模拟,其本质就是字符数组且最后一个元素为字符串结束符(数字0或’\0’)字符串结尾符问题
chars
[10]={'h',
苏-27
·
2020-09-14 21:27
#
C/C++
CodeForces - 1367
CodeForces-1367A-ShortSubstrings很显然前两个字母都取之后隔一个取一个
chars
[maxn],ans[maxn];intt;intmain(){scanf("%d",&t)
w_uxidixi
·
2020-09-14 20:07
Codeforces
字符数组赋值
1、定义的时候直接用字符串赋值chara[10]="hello";
chars
[20]={"Iambuddha!"};
chars
[20]="Iambuddha!"
sunnybones
·
2020-09-14 20:35
Educational Codeforces 30 B. Balanced Substring 前缀和&&思维
第0位的前缀和位0#include#includeusingnamespacestd;intsum[100010];
chars
[100010];mapq;intmain(){intn,ans=0;cin
samscream
·
2020-09-14 20:51
思维
前缀和
蓝桥杯 算法提高 12-2扑克排序
一道看逻辑的string题注意扑克牌中数字的大小和花色的排序ac代码如下#include#includeusingnamespacestd;
chars
[5];charc[5];intj=0;intmain
Sea of Sun
·
2020-09-14 19:36
蓝桥杯
算法提高
字符串操作
排序
lsnu集训第一天下午场比赛
//A#include#includeusingnamespacestd;intmain(){
chars
[100005];while(scanf("%s",&s)!
onlysky_yy
·
2020-09-14 19:05
做题笔记
codeforces1407C Chocolate Bunny
pjusingnamespacestd;typedeflonglongll;constintmaxl=3e5+10;intn,m,cnt,tot,cas,ans;inta[maxl];boolvis[maxl],numin[maxl];
chars
二分抄代码
·
2020-09-14 19:51
交互
CodeForces 19A World Football Cup (简单题)
有疑问的地方在下方留言看到会尽快回复的#include#include#include#include#include#includeusingnamespacestd;charstr[100][100];
chars
yunyouxi0
·
2020-09-14 18:12
简单题
codeforce1073 C. Vasya and Robot 二分
mid,预处理区间位置偏移量,尺取每个长度为mid的区间(可以全都修改),若存在则扩大区间,否则缩小区间#includeusingnamespacestd;constintMAX=2e5+5;intn;
chars
qianyri
·
2020-09-14 18:05
二分
manacher算法模板
chars
[maxn=0;--i){s[i+i+2]=s[i];s[i+i+1]='#';}s[0]='*';for(inti=2;ii)p[i]=min(p[2*id-i],p[id]+id-i);elsep
My_ACM_Dream
·
2020-09-14 18:01
字符串
base64隐写解密代码
'''base64隐写解密'''base64
chars
='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'flag=''
jovy-rtt
·
2020-09-14 18:06
CTF
base64隐写
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他