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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • 题解,本题第一条

    userId_undefined

    一坨江

    49阅读
    0回复
    3点赞
  • 题解

    userId_undefined

    zsy

    7月全勤卷王题解仙人出道萌新时间刺客时空双修者秩序白银
    13阅读
    0回复
    2点赞
  • A23116.简型密文

    本题较为简单,只做了2个测试点,根本无需使用字符串,重复输入字符即可。

    userId_undefined

    毛奕程

    17阅读
    0回复
    1点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ char s[10086]; cin>>s; int n = strlen(s); for(int i=0;i<n;i++){ if(s[i]'e')s[i]='t'; else if(s[i]'h')s[i]='Q'; } cout<<s; return 0; }

    userId_undefined

    ???

    空间掌握者I/O·IO入门者出道萌新数组·数组操作员循环·循环打卡人
    6阅读
    0回复
    0点赞
暂无数据

提交答案之后,这里将显示提交结果~

首页