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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    回来看看

    倔强青铜
    21阅读
    0回复
    0点赞
  • 真好玩

    #include<bits/stdc++.h> using namespace std; int main(){ string a; cin>>a; if(a=="AC") cout<<a; else if(a=="WA") cout<<"ABC"; else if(a=="RE") cout<<a; else if(a=="PE") cout<<"P E"; else if(a=="TLE") cout<<a; else if(a=="MLE") cout<<a; return 0; }

    userId_undefined

    郑朔晗

    倔强青铜
    11阅读
    0回复
    0点赞
首页