#include<iostream>
using namespace std;
int main()
{
long long tot[1000]={0};
int a;
while(cin>>a)
{
int b=0;
float c;
for(int i=1;i<=a;i++)
{
cin>>tot[i];
b=b+tot[i];
}
c=b/a;
if(c<59)cout<<"yes"<<endl;
else cout<<"no"<<endl;
}
return 0;
}
到底錯在哪裡押?:(
誰來幫幫我~
#include
using namespace std;
int main()
{
long long tot[1000]={0};
int a;
while(cin>>a)
{
int b=0;
float c;
for(int i=1;i<=a;i++)
{
cin>>tot[i];
b=b+tot[i];
}
c=b/a;
if(c<59)cout<<"yes"< else cout<<"no"< }
return 0;
}
到底錯在哪裡押?:(
誰來幫幫我~
#include
using namespace std;
int main()
{
long long tot[1000]={0};
int a;
while(cin>>a)
{
int b=0;
float c;
for(int i=1;i<=a;i++)
{
cin>>tot[i];
b=b+tot[i];
}
c=b/a;
if(c<59)cout<<"yes"< else cout<<"no"< }
return 0;
}
到底錯在哪裡押?:(
誰來幫幫我~
#include
using namespace std;
int main()
{
long long tot[1000]={0};
int a;
while(cin>>a)
{
int b=0;
float c;
for(int i=1;i<=a;i++)
{
cin>>tot[i];
b=b+tot[i];
}
c=b/a;
if(c<59)cout<<"yes"< else cout<<"no"< }
return 0;
}
到底錯在哪裡押?:(
誰來幫幫我~
可是還是WA耶~
怎麼會這樣:(