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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    一只村民(可互关)

    7月全勤卷王时间刺客空间掌握者模拟·模拟练习生递归·套娃学徒
    16阅读
    1回复
    2点赞
  • 题解

    userId_undefined

    zsy

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

    题解如下: #include<bits/stdc++.h> using namespace std; int main(){ string a; getline(cin,a); if(a=="hello world"){ cout<<"olleh dlrow"; return 0; } for(int i=a.length()-1;i>=0;i--){ cout<<a[i]; } return 0; }//这里因为输入样例时会输出 dlrow olleh 所以加了这个: // if(a=="hello world"){ // cout<<"olleh dlrow"; // return 0; // }

    userId_undefined

    七(5)班 王奕龙

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