acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 6

    #include<bits/stdc++.h> using namespace std; int t; int main(){ cin>>t; for(int i=1;i<=t;i++){ int n; cin>>n; if(n>=0&&n<60){ cout<<"fail"<<endl; }else if(n>=60&&n<80){ cout<<"pass"<<endl; }else if(n>=80&&n<=100){ cout<<"excellent"<<endl; }else{ cout<<"wa"<<endl; } } return 0; }

    userId_undefined

    只莹

    倔强青铜
    22阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    acgoacgo

    荣耀黄金
    13阅读
    0回复
    0点赞
  • Python题解

    userId_undefined

    yang(Python)

    秩序白银
    5阅读
    0回复
    0点赞
  • haha

    userId_undefined

    无敌de鳖佬仔给老爷爷ccb

    秩序白银
    4阅读
    0回复
    0点赞
  • python题解

    userId_undefined

    无敌de鳖佬仔给老爷爷ccb

    秩序白银
    1阅读
    0回复
    0点赞
首页