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
hdoj1000
从零开始刷HDOJ(1)【
HDOJ1000
- a+b problem】
从零开始刷HDOJ(1)【HDOJ1000-a+bproblem】题面A+BProblemTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)ProblemDescriptionCalculateA+B.InputEachlinewillcontaintwointegersAandB.Processtoend
Edward-Tsui
·
2017-05-19 16:02
C++
算法
水题
HDOJ
从零开始刷HDOJ
HDOJ1000
View Code 1 /* 2 A + B Problem 3 4 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) 5 Total Submission(s): 242043 Accepted Submission(s): 71455 6
·
2015-11-11 15:28
OJ
hdoj1000
什么也不说了,ACM入门 #include usingnamespacestd; intmain() { intn,sum; while(cin>>n) { sum=0; for(inti=1;i<=n;i++) { sum+=i; } cout<<sum<<endl; cout<<endl; } system("pause"); }
lcjackson
·
2011-11-07 15:00
hdoj1000
什么也不说了,ACM入门#include usingnamespacestd; intmain() { intn,sum; while(cin>>n) { sum=0; for(inti=1;i<=n;i++) { sum+=i; } cout<<sum<<endl; cout<<endl; } system("pause"); }
googlelc
·
2011-11-07 15:00
OJ
上一页
1
下一页
按字母分类:
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
其他