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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    法兰西玫瑰

    76阅读
    0回复
    3点赞
  • 题解(绝对AC)

    自己看吧

    userId_undefined

    复仇者_纳西妲厨一位

    时空双修者题解仙人秩序白银
    20阅读
    1回复
    1点赞
  • 非官方题解 | 字典序

    userId_undefined

    Jghwy Cnl.

    倔强青铜时间刺客空间掌握者时空双修者题解仙人快乐小狗
    5阅读
    0回复
    2点赞
  • 题解

    userId_undefined

    majmDZB

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

    userId_undefined

    zsy

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

    userId_undefined

    准

    出道萌新倔强青铜
    5阅读
    1回复
    0点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ string s1,s2; cin>>s1>>s2; if(s1<s2) cout<<s1<<" "<<s2<<endl; else if(s1>s2) cout<<s2<<" "<<s1<<endl; else cout<<s1<<endl; return 0; }

    userId_undefined

    Voldemort

    6阅读
    0回复
    0点赞
  • aaaaa

    userId_undefined

    JMZ詹总

    出道萌新秩序白银空间掌握者
    3阅读
    0回复
    0点赞
  • 不正经题解,但极简单

    #include<bits/stdc++.h> using namespace std; int main(){ string a,b; cin>>a>>b; if(a>b){ cout<<b<<" "<<a; return 0; } if(a==b){ cout<<a; return 0; } cout<<a<<" "<<b; return 0; }

    userId_undefined

    LS_YZY

    题解仙人倔强青铜时空双修者出道萌新模拟·模拟练习生快乐小狗
    2阅读
    0回复
    0点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ string a,b; cin>>a>>b; if(a<b){ cout<<a<<" "<<b; }else if(a>b){ cout<<b<<" "<<a; }else if(a==b){ cout<<a; } return 0; }

    userId_undefined

    张高纶

    2阅读
    0回复
    0点赞
  • A580

    userId_undefined

    CEGO.tyx

    尊贵铂金勇敢小狗时空双修者
    1阅读
    0回复
    0点赞
暂无数据

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

首页