hdu2021(很闲~~)

时间:2022-01-14 15:40:31

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

water~~~

 #include<iostream>
#include<stdio.h>
#include<math.h>
#include<string.h>
#include<stdlib.h>
#include<limits.h>
using namespace std; int main()
{
int n;
while(~scanf("%d",&n)&&n)
{
int sum=;
int t;
for(int i=;i<n;i++)
{
scanf("%d",&t);
sum+=t/;
t=t%;
sum+=t/;
t=t%;
sum+=t/;
t=t%;
sum+=t/;
t=t%;
sum+=t/;
t=t%;
sum+=t/;
t=t%;
}
printf("%d\n",sum);
}
return ;
}