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
hdu5373
HDU5373
整除11
HDU5373Theshortestproblem一个数能被11整除,那么它的奇数位和与偶数位和的差能整除11比如:35816能整除11,(3+8+6)-(5+1)=11,11也能整除11题意:给了一个数比如n,进行t次操作,每次把每一位求和,补在后面,形成一个新的数,经过t次操作得到的新数能否整除11。比如n=123,t=3:第1次:1+2+3=6,得到1236;第2次:1+2+3+6=12,得
daniel_csdn
·
2015-09-17 15:00
2015多校联合第六场
hdu5373
The shortest problem 水
ProblemDescriptionInthisproblem,weshouldsolveaninterestinggame.Atfirst,wehaveanintegern,thenwebegintomakesomefunnychange.Wesumupeverydigitofthen,theninsertittothetailofthenumbern,thenletthenewnumberbe
zhou_yujia
·
2015-09-08 20:00
算法
模拟
HDU
多校
hdu5373
题先附上:水题,但是思路不对,特容易超时(TLE)TheshortestproblemTimeLimit:3000/1500MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):1084 AcceptedSubmission(s):534ProblemDescriptionInthisproble
qq_27803491
·
2015-08-14 01:00
ACM
HDU
杭电
HDU5373
The shortest problem 数学水题
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5373题目大意:给你一个整数n和操作次数t,对于每次操作,我们把n的各个位上的数字加起来,把得到的数放到n的末尾形成一个新的整数n',例如n=123,t=3,我们有变换123=>1236=>12312=>1231215,最终得到的n'=1231215,现在我们要判断n'能否被11整除。分析:对于整除的一
AC_Gibson
·
2015-08-13 09:00
2015 多校联赛 ——
HDU5373
(模拟)
ProblemDescriptionInthisproblem,weshouldsolveaninterestinggame.Atfirst,wehaveanintegern,thenwebegintomakesomefunnychange.Wesumupeverydigitofthen,theninsertittothetailofthenumbern,thenletthenewnumberbe
Tyuio28
·
2015-08-12 10:59
ACM/ICPC
上一页
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
其他