acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    又水一题

    userId_undefined

    匿名

    出道萌新秩序白银
    1阅读
    0回复
    0点赞
  • 解

    userId_undefined

    YuQing1919

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

    #include <iostream> using namespace std; int main(){ string a,b; cin>>a>>b; int q=a.size(); int p=b.size(); if(q>p){ cout<<b<<endl<<a; }else if(p>q){ cout<<a<<endl<<b; }else if(a>b){ cout<<b<<endl<<a; }else{ cout<<a<<endl<<b; } return 0; }

    userId_undefined

    computer

    倔强青铜
    0阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    枫岚

    出道萌新时空双修者秩序白银快乐小狗GESP4级
    0阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    zsy

    BUG超度大师题解仙人时空双修者秩序白银快乐小狗
    0阅读
    0回复
    0点赞

共25条

  • 1
  • 2
20条/页
跳至页
暂无数据

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

首页