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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    法兰西玫瑰

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

    自己看吧

    userId_undefined

    复仇者_纳西妲厨一位

    秩序白银题解仙人时空双修者集训营话痨
    19阅读
    1回复
    1点赞
  • 非官方题解 | 字典序

    userId_undefined

    䨻隋雷

    空间掌握者I/O·IO入门者循环·循环打卡人分支·分支解题者倔强青铜格式·格式排版员
    1阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    majmDZB

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

    userId_undefined

    zsy

    7月全勤卷王8月全勤卷王时空双修者题解仙人快乐小狗秩序白银
    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

    8月全勤卷王时空双修者尊贵铂金
    1阅读
    0回复
    0点赞
暂无数据

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

首页