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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(24)讨论(7)提交记录(869)
  • 谁能告诉我我哪里错了

    在另一个网站都是正确的#include<bits/stdc++.h> #include<cstring> #include<cstdio> using namespace std; int main() { char a[10000]; cin>>a; //qazwsxedc FGHAVZCDT }

    userId_undefined

    只会WA的姜禹卓

    倔强青铜
    32阅读
    18回复
    0点赞
  • 成功和法国交互体验

    dfn/hojgl/ewligh.oery;0hcf y.6jhg/tfyj/ae54/h/Pgjl;hgjuhp;tyjn

    userId_undefined

    136****0628

    倔强青铜
    51阅读
    0回复
    1点赞
  • 各位大佬,求救,谁能告诉我错哪了,谢谢🙏

    #include <bits/stdc++.h> using namespace std; int main(){ string str; cin>>str; for(int i=0;i<=str.size();i++){ int x=0; x=(int)str[i]; if(x>=65&&x<=87||x>=97&&x<=119){ x=x+3; str[i]=(char)x; }else{ x=x-23; str[i]=(char)x; } } for(int i=str.size()-1;i>=0;i--){ cout<<str[i]; } }

    userId_undefined

    c++.....

    倔强青铜
    28阅读
    2回复
    0点赞
  • 谁能告诉我我哪里错了

    在另一个网站都是正确的#include<bits/stdc++.h> #include<cstring> #include<cstdio> using namespace std; int main() { char a[10000]; cin>>a; //qazwsxedc FGHAVZCDT }

    userId_undefined

    只会WA的姜禹卓

    倔强青铜
    19阅读
    2回复
    0点赞
  • 缝合怪题目

    其实这题就只是 A326.数字翻转 A372.大小写转换 A374.判断字符类型 A401.简单密码 结合而已

    userId_undefined

    陈允宸

    倔强青铜
    12阅读
    0回复
    1点赞
  • tj

    userId_undefined

    有事找大号

    秩序白银
    7阅读
    1回复
    0点赞
  • 请告诉我哪里错了

    代码: 测试后是对的, 但是提交以后全部都是PE(格式错误)

    userId_undefined

    SZY2077 ด้้้้้็

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