码迷,mamicode.com
首页 > 其他好文 > 详细

HDU-1861-游船出租

时间:2014-11-20 23:31:48      阅读:344      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   sp   数据   代码   bs   amp   

题目链接

http://acm.hdu.edu.cn/showproblem.php?pid=1861

 

这题很水,就是数据的处理而已;只要小心scanf 的输入即可,小心一点。

 

代码

#include<stdio.h>
#include<string.h>
#include<iostream>
#include<algorithm>
using namespace std;

int main(void)
{
int hash[105];
int chuan[105];
int num;
char c;
char str[10];
memset(hash,0,sizeof(hash));
int sum=0,s=0;
while(scanf("%d",&num))
{
if(num==-1)
break;
else if(num==0)
{
scanf("%c%s",&c,str);
if(s==0)
printf("0 0\n");
else
{
if(sum%s==0)
sum=sum/s;
else
sum=sum/s+1;
printf("%d %d\n",s,sum);
}
s=0; sum=0;
memset(hash,0,sizeof(hash));
}
else
{
getchar();
scanf("%c%s",&c,str);
if(c==‘S‘)
{
hash[num]=1;
chuan[num]=(str[0]-‘0‘)*600+(str[1]-‘0‘)*60+(str[3]-‘0‘)*10+str[4]-‘0‘;
}
else if(hash[num]==1&&c==‘E‘)
{
hash[num]=0;
sum=sum+(str[0]-‘0‘)*600+(str[1]-‘0‘)*60+(str[3]-‘0‘)*10+str[4]-‘0‘-chuan[num];
s++;
}
}
}
return 0;
}

参数
0MS 340K 1254 B

HDU-1861-游船出租

标签:http   io   ar   os   sp   数据   代码   bs   amp   

原文地址:http://www.cnblogs.com/liudehao/p/4111717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!