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
Quicksum
C++ 从零单排(4)- ACM二
Quicksumhttp://acm.zju.edu.cn/网上第2812题
Quicksum
是一行字符串(数据包)中每个字符的位置与该字符的值的乘积之和。空格的值是0,字母的值等于它在字母表中的位置。
拳四郎
·
2013-05-03 22:00
c++
HDU2734:
Quicksum
ProblemDescriptionAchecksumisanalgorithmthatscansapacketofdataandreturnsasinglenumber.Theideaisthatifthepacketischanged,thechecksumwillalsochange,sochecksumsareoftenusedfordetectingtransmissionerrors,
libin56842
·
2013-03-17 22:00
ACM
HDU
水题
解题报告
ZOJ 2812
Quicksum
QuicksumTimeLimit:2Seconds MemoryLimit:65536KBAchecksumisanalgorithmthatscansapacketofdataandreturnsasinglenumber.Theideaisthatifthepacketischanged,thechecksumwillalsochange,sochecksumsareoftenused
yew1eb
·
2013-03-12 21:00
HDU2734:
Quicksum
ProblemDescriptionAchecksumisanalgorithmthatscansapacketofdataandreturnsasinglenumber.Theideaisthatifthepacketischanged,thechecksumwillalsochange,sochecksumsareoftenusedfordetectingtransmissionerrors,
libin56842
·
2013-01-03 10:00
c
ACM
HDU
杭电
解题报告
POJ 3094
Quicksum
一、题目信息QuicksumTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 11249 Accepted: 7741DescriptionAchecksumisanalgorithmthatscansapacketofdataandreturnsasinglenumber.Theideaisthatifthepacketischange
Sinchb
·
2012-10-24 11:00
zoj2812-----------------
Quicksum
Achecksumisanalgorithmthatscansapacketofdataandreturnsasinglenumber.Theideaisthatifthepacketischanged,thechecksumwillalsochange,sochecksumsareoftenusedfordetectingtransmissionerrors,validatingdocument
zzukun
·
2012-08-20 15:00
Algorithm
input
character
each
idea
output
hdu2734
Quicksum
(水)
点击打开链接当是回车时,认为value是0,就没进行加,但,计数cnt要++;导致出错!!!#include #include intmain() { charstr[1111]; intsum,i,cnt; while(gets(str),str[0]!='#') { sum=0;cnt=1; for(i=0;str[i];i++) if(str[i]=='') cnt++; else { su
yyf573462811
·
2012-08-06 16:00
Quicksum
用cin.get()函数从开头到结尾每一个字符一个一个的读取,注意cin.get()函数是不会放过“空格SPACE”与“回车CR”、“换行LF”之类的;对每一个字符做出判断,如果是“回车CR”、“换行LF”表示该行已经输入完毕,可以给出“和”了;如果不是,则又要分为输入的字符是否为“空格”两种情况,空格的话“和”不改变,位数继续往后移;不是空格的话计算字符的“权值”(我是用c-'@', 因为@ 在
chenhq1991
·
2012-05-28 16:00
c
POJ 3094
Quicksum
超级水题,直接上代码:#include intmain() { //chars[256]; charch; intcount,value,
quicksum
; scanf("%c",&ch); while
lijiecsu
·
2012-04-05 16:00
Quicksum
记录一下,最近在整ACM的东西 题目 &nbs
acme_ltt
·
2011-10-22 19:00
ACM
cin.get()
Quicksum
POJ 3094
Quicksum
水题
题意:A=1,B=2,C=3,···· Z=26,''=0. 例如:ACM:1*1+2*3+3*13=46MIDCENTRAL:1*13+2*9+3*4+4*0+5*3+6*5+7*14+8*20+9*18+10*1+11*12=650题解:#include usingnamespacestd; intmain() { charstr[256]; while(cin.getline(str,25
Tsaid
·
2011-09-09 16:00
POJ3094-
Quicksum
转载请注明出处:優YoU http://user.qzone.qq.com/289065406/blog/1299074589 提示:不用提示了==超级水。。。。别弄错权值就是了。。 //MemoryTime //224K16MS #include #include usingnamespacestd; intvalue[91]; voidvalue_alphabe
lyy289065406
·
2011-07-29 02:00
input
ZOJ-2812-
Quicksum
-getline读入一行文本
第一天到ZOJ上刷题,上个水题的代码。#include usingnamespacestd; intmain() { stringpacket; while(getline(cin,packet)){ if(packet=="#") break; //cout<
lihao21
·
2011-07-08 09:00
poj3094
Quicksum
#include"iostream"#include"math.h"usingnamespacestd;intmain(){charstr[256];memset(str,0,256);
yl198753
·
2011-01-03 16:00
HDU 2734
Quicksum
简单字符串处理
HDU2734
Quicksum
简单字符串处理QuicksumTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others
Vontroy
·
2010-10-03 10:00
HLOJ_
Quicksum
1 //G Accepted 0 196 409 C++ 2 #include 3 #include 4 5 using namespace std ; 6 7 char line[500] ; 8 9 int main()10 {11 while( gets(line) )12 {13 if( 0 == strc
我希望你是我独家记忆
·
2009-03-23 19:00
Quicksum
#include#includeusing namespace std;int main(){ const char* pch; int i = 0; while(1) { int sum = 0; string str; getline(cin,str); pch = str.c_str();
fableboy
·
2008-09-20 00:00
上一页
1
2
下一页
按字母分类:
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
其他