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
whil
TopCoder SRM 582 DIV2 250
ProblemStatementMagicalGirlIrislovesperfectsquares.Apositiveintegernisaperfectsquareifandonlyifthereisapositiveintegerb>=1suchthatb*b=n.Forexample,1(=1*1),16(=4*4),and169(=13*13)areperfectsquares,
whil
Matrix1254
·
2020-08-13 15:34
TopCoder
2020牛客暑期多校训练营(第三场)B
includeusingnamespacestd;typedeflonglongll;strings;lln;chara;llnum,tar;intmain(){lll;cin>>s;cin>>n;l=s.length();
whil
CTGU-yihaibin
·
2020-08-11 13:25
算法题解 - 牛客编程巅峰赛S1赛季第1场
q.isEmpty()){intsize=q.size();
whil
往西汪
·
2020-08-11 00:18
#
算法题解
习题4-8 特别困的学生 UVa12108
#include#include#include#include#include#defineN1000000intn;inta[15],b[15],c[15];intmain(){intrnd=0;
whil
XDU_Skyline
·
2020-08-10 22:24
算法竞赛入门经典(第二版)
算法设计——简单模拟
快速幂模板
defineINF0x3f3f3fusingnamespacestd;typedeflonglongll;constintmod=9901;inta,b;intmain(){while(cin>>a>>b){intans=1%mod;
whil
Haruomi
·
2020-08-10 20:23
模板
hdu 6794 Tokitsukaze and Multiple (贪心)
说明这一段的和是p的倍数,ans++,并将之前的“前缀和模p的值”清空,因为是连续的,所以后面肯定用不上了代码#includeusingnamespacestd;intmain(){intt;cin>>t;
whil
一泓清浅碧于平
·
2020-08-10 18:57
基本思想
【NOIP2018普及组】龙虎斗
;typedeflonglongll;constintN=100005;lln,m,p1,s1,s2,ans;lla[N];llread(){llsum=0,f=1;charch=getchar();
whil
Trilarflagz
·
2020-08-10 13:00
NOIP2018普及组
批量插入,更新,删除数据
cursorcurisselectt.pk_account_detail_idfromEcm_Member_Account_Detailst;--自定义集合类型typerecistableofcur%rowtype;recsrec;beginopencur;
whil
cuanlielian4510
·
2020-08-09 20:20
迭代
while语句
whil
bingo_ShenWei
·
2020-08-09 20:27
python
python
迭代
Codeforce 632E(背包变形)
include#includeusingnamespacestd;constintINF=0x3f3f3f3f;inta[1005],dp[1000005];intmain(){intn,m,i,j,tmp;
whil
Stayaccept
·
2020-08-09 12:31
动态规划
---------背包
Educational Codeforces Round 82 (Rated for Div. 2)(A~D)
#includeusingnamespacestd;typedeflonglongll;constintmaxn=100010,mod=1e9+7;intmain(){intt;cin>>t;
whil
〆℡小短腿走快点ゝ
·
2020-08-09 09:45
CodeForces
CodeCraft-20 (Div. 2)ABC
intn,m;cin>>n>>m;intsum=0;for(inti=1;i>s;sum+=s;}if(sum>m)coutusingnamespacestd;intmain(){intt;cin>>t;
whil
YeHosea
·
2020-08-09 06:09
Codeforces
python socket
=1024addr=(host,port)tcpsersock=socket(AF_INET,SOCK_STREAM)tcpsersock.bind(addr)tcpsersock.listen(5)
whil
朝向高处的旅途
·
2020-08-09 04:05
python
bzoj4551 [Tjoi2016&Heoi2016]树(dfs序+线段树)
includeusingnamespacestd;#definelllonglong#defineinf0x3f3f3f3f#defineN100010inlineintread(){intx=0,f=1;charch=getchar();
whil
Icefox_zhx
·
2020-08-08 12:39
bzoj
线段树
-----树-------
JavaSE基础篇(三)
循环结构——
whil
宿灬命
·
2020-08-08 02:01
Java流程控制
LuoguP2257YY的GCD——莫比乌斯反演
definelllonglongusingnamespacestd;llread(){charc;llx;while(c=getchar(),c'9');x=c-'0';while(c=getchar(),c>='0'&&cm)swap(n,m);l=1;
whil
stevensonson
·
2020-08-07 18:28
猜数字游戏次数
publicclassGuessNumber{privateGuessNumber(){}publicstaticvoidstart(){Randomr=newRandom();intnumber=r.nextInt(100)+1;
whil
august197210
·
2020-08-07 12:18
75. Find Peak Element
intfindPeak(vector&nums){//writeyourcodehereif(nums.empty()){return-1;}intstart=0,end=nums.size()-1,mid=0;
whil
ncst
·
2020-08-06 13:23
leetcode
C# 服务器和客户端通信粘包处理
inttotalLength=0;//每次报文的总字节数intvariableCount=0;//变量名总字节数intnRemainAndNew=0;//剩余的加上新的SocketConnetBack();
whil
ba_wang_mao
·
2020-08-05 12:57
服务器和多客户端通信
TCP粘包
JavaScript语法
Map2.Set3.iterator1.流程控制1.if判断if(){}elseif(){}else{}2.循环1.while循环注意程序避免死循环while(){//有可能不执行}do{//至少执行一次}
whil
山人西来
·
2020-08-05 09:00
C++ primer课后练习答案
intmain(){intval=10;while(val>=0){coutusingnamespacestd;intmain(){intval1,val2;intnum;cout>val1>>val2;
whil
cppmylove
·
2020-08-05 03:56
c++primer
vijos P1196 吃糖果游戏
、8推出先走必败2、n与n%10的胜败策略是一样的所以只需判断个位是否满足题意即可#include#includecharx[10001];chary[10001];intmain(){inta,b;
whil
lx_Zz
·
2020-08-04 19:42
ACM竞赛
约瑟夫问题的C++实现
includeusingnamespacestd;intmain(){inta[41],n,t;n=0;//已经输出人数的个数t=0;//计数for(inti=0;i<41;i++){a[i]=i+1;}
whil
flyyufenfei
·
2020-08-04 14:20
hdu 4010
staticchars[20];intsl=0;if(xvoidread(Num&x){charc;intflag=1;while((c=getchar())'9')if(c=='-')flag*=-1;x=c-'0';
whil
::Dash::
·
2020-08-04 13:23
hdu
javaScript 操作数组 push 、pop 、shift 、 unshift (包含性能测试)
前删除当前被删除的item的值unshift前添加被操作数组长度(lenght)附1:性能测试假设存在数组arr,arr长度1000001、使用shift清空数组varstart=Date.now();
whil
xiao_yu_liu
·
2020-08-04 08:31
JavaScript
JavaScript
push
pop
shift
unshift
java实现单链表的增删改查与排序
data;}}publicclassLinkList{publicNodehead;publicintlength=0;//打印链表publicvoidprintLinkList(){Nodep=head;
whil
不爱吃汤圆的汤圆坨坨
·
2020-08-04 07:01
数据结构与算法
1009 数字1的数量(思维)
1usingnamespacestd;#definelllonglongintmain(){ios::sync_with_stdio(false);intn,t=1,sum=0,tmp;cin>>n;tmp=n;
whil
嘘......
·
2020-08-04 07:19
2019杭电暑期多校第三场 F:Fansblog(威尔逊定理+逆元)
*(P-2))【代码】#includeusingnamespacestd;typedeflonglongll;llqmul(lla,llb,llm){llans=0;
whil
芋圆西米露
·
2020-08-03 23:28
2017 ACM-ICPC 亚洲区(西安赛区)网络赛 B题 coin
那么个各个位数加起来一定为233的倍数,如何让一个数乘以x等于233个x呢,其实是有规律的,233个1乘以#include#includeusingnamespacestd;intqiu(intx){intcount=0;
whil
OJBFOWE
·
2020-08-03 19:30
HDU2522:A simple problem
后面T行,每行一个整数n(1#include#includeusingnamespacestd;inthash[100005];voiddiv(intn){intl=1;hash[1]=1;
whil
键盘上的舞者
·
2020-08-03 19:34
水
学习Python7(流程控制)
(a)):...printi,a[i]...0Mary1had2a3little4lamb循环中的else循环可以有一个else子句;它在循环迭代完整个列表(对于for)后或执行条件为false(对于
whil
hfdwdjl
·
2020-08-03 17:05
python
set_new_handler
thenew_handleriscalled:"<
whil
yyyzlf
·
2020-08-03 09:42
VC/C++
LeetCode Sort List(链表排序)
p2,*p,*temp;p=(structListNode*)malloc(sizeof(structListNode));temp=p;//暂存合并后的链表的头结点p1=head1;p2=head2;
whil
诗意de栖居
·
2020-08-03 08:06
LeetCode
Data
Structure
c 语言 逆波兰计算器 C语言程序设计中的例子
intgetop(char[]);voidpushpush(double);doublepop(void);//逆波兰计算器intmain(){inttype;doubleop2;chars[MAXOP];
whil
eddition512
·
2020-08-02 23:51
学习笔记
String reverse, few kinds of methods
=NULL){
whil
ScarletMeCarzy
·
2020-08-02 22:03
字符串处理
Javascript实现冒泡排序与快速排序以及对快速排序的性能优化
实现letarr=[1,5,2,9,7,4,2,3,6,8]functionbubbleSort(arr){lettime=arr.length-1while(time){leti=0
whil
HansExploration
·
2020-08-02 21:46
javascript
Java 实现合并两个已排序的链表
/***输出链表*@paramhead*/privatestaticvoidprintNodeList(Nodehead){if(head==null){return;}Node_node=head;
whil
雨幕下的稻田
·
2020-08-02 20:45
剑指offer算法
剑指offer算法(Java)
7-6-1 stack 括号匹配
Tusingnamespacestd;stackst;boolisMarch(stringstr){intlen=str.size();if(len%2)returnfalse;for(inti=0;i>T;
whil
绀香零八
·
2020-08-02 13:11
数据结构
#
暑假算法训练营
LeetCode 7 反转数字
stringstr=x.ToString();strings="";inti;if(str[0]=='-'){i=1;s+=str[0];}else{i=0;}intpos=str.Length-1;
whil
AdolPark
·
2020-08-02 12:45
C#
武汉科技大学ACM:1003: 华科版C语言程序设计教程(第二版)例题6.6.改编
Input先输入一个n,表示小明明给的单词数量(12intmain()3{4chars[74];5intn;6
whil
weixin_34341117
·
2020-08-01 04:05
hdu 6333 Harvest of Apples
typedeflonglongLL;constintmod=1e9+7;LLinv[maxn],sum[block][maxn],c[block][block];LLpows(LLa,intb){LLres=1;
whil
一只叫橘子的猫
·
2020-07-31 16:00
数学----简单题
hdu2037-区间贪心问题
includeusingnamespacestd;structti{intl,r;};booloperator>(tia,tib)//按从小到大排{returna.r>b.r;}intmain(){intm,ans;
whil
FlyuZ
·
2020-07-31 15:32
动态规划/贪心/模拟
快速排序
=y){
whil
薛定谔的海豚
·
2020-07-30 21:20
C语言
2018.10.21 codeforces1071A. Cram Time(贪心构造)
代码:#includeusingnamespacestd;inlineintread(){intans=0;charch=getchar();
whil
weixin_30451709
·
2020-07-30 20:23
2020美赛E题原题目+翻译
themanufacturingofplasticshasgrownexponentiallybecauseofitsvarietyofuses,suchasfoodpackaging,consumerproducts,medicaldevices,andconstruction.
Whil
酷毙皮卡丘
·
2020-07-30 04:43
美赛
《单片机实践项目》《电子DIY》基于51单片机的串行LCD1602显示详细讲解,Proteus仿真
SerialLCDDEMO";voiddelay_ms(uintms){uchari;while(ms--){for(i=0;i<118;i++);}}voidputc_to_LCD(ucharc){SBUF=c;
whil
liuxianfei0810
·
2020-07-29 20:28
电子DIY
串行LCD1602
51单片机实践
Proteus仿真
串口讲解
程序源码
Python实现斐波拉契数列和冒泡排序
n):#出口ifn==1orn==2:return1else:returnDiGui(n-1)+DiGui(n-2)print(DiGui(5))函数实现defDiGui(n):x,a,b=1,0,1
whil
不染-何程龙
·
2020-07-29 06:42
Python
python
排序算法
python教程007-循环语句
起始值,结束值-不包含,阶梯差)第三个参数可以是负值,无默认1.i=10whilei>0:i-=2print(i)else:print("循环没有break跳出")输出86420循环没有break跳出,
whil
贾贝贝
·
2020-07-28 21:59
Python
perl函数说明(each)
下面是典型的用法,使用预定义的%ENV散列:
whil
易水寒江
·
2020-07-28 15:09
C++ STL : for_each
区域内的每一个元素执行fn函数,这个模板函数的实现等同于下面:templateFunctionfor_each(InputIteratorfirst,InputIteratorlast,Functionfn){
whil
v4bot
·
2020-07-28 01:23
C/C++
STL
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他