问题标题: 酷町堂:?\(≧ω≦)/4219\(≧ω≦)/?

0
0
已解决
杨双瑞
杨双瑞
高级光能
高级光能

题目链接: 酷町堂:2429

#include<iostream>
#include<iomanip> 
using namespace std;
int main(){
    double a[100000],sum=0,cnt=0,sum1=0;
    for(int i=0;i<=1000;i++){
        cin>>a[i];
        sum=sum+a[i];
        cnt++;
    } 
    sum1=sum/cnt;
    if(sum1>=80){
        cout<<"excellent";
    }else{
        cout<<"good";
    }
    return 0;
}


0
已采纳
钱思源
钱思源
高级天翼
高级天翼

用while(true)+break

1
0
熊潇然
熊潇然
初级启示者
初级启示者

@张程阳 

你是他吗

 

0
0
杨双瑞
杨双瑞
高级光能
高级光能

代码有么?

给发代码的人惊喜

0
我要回答