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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

    7月全勤卷王题解仙人出道萌新时间刺客时空双修者秩序白银
    6阅读
    0回复
    0点赞
  • 题解

    #include <iostream> #include <string> using namespace std; int main() { string a; string b = ""; cin >> a; for(int i = 0; i < a.length(); i++) { char c = a[i]; if(c == 'z' || c == 'h' || c == 'a' || c == 'n' || c == 'g') { b += ' '; } else { b += c; } } }

    userId_undefined

    Clementine

    枚举·枚举小能手数组·数组操作员模拟·模拟练习生循环·循环打卡人字符串·魔法使分支·分支解题者
    3阅读
    0回复
    0点赞
首页