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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • 今天没有任何题解(太简单了)

    \n

    userId_undefined

    wwh

    I/O·IO入门者时间刺客倔强青铜
    0阅读
    0回复
    0点赞
  • 解题

    #include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<a<<endl<<b; return 0; }

    userId_undefined

    孙星轩

    倔强青铜出道萌新分支·分支解题者循环·循环打卡人I/O·IO入门者
    0阅读
    0回复
    0点赞
  • ...掺和一下

    #include <iostream> using namespace std ; int main(){ int a,b; cin>>a>>b; cout <<a<<endl; cout <<b<<endl; }

    userId_undefined

    洗好自己

    0阅读
    0回复
    0点赞
  • 答案

    #include<iostream> using namespace std; int main(){ int a,b;cin >> a >> b; cout << a << endl; cout << b; }

    userId_undefined

    ccyyxx

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

    userId_undefined

    zsy

    时空双修者题解仙人7月全勤卷王8月全勤卷王快乐小狗秩序白银
    0阅读
    0回复
    0点赞
  • jie

    #include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a <<endl; cout<<b; return 0; }

    userId_undefined

    😡栗暴💪破解のZHN

    时间刺客空间掌握者
    0阅读
    0回复
    0点赞
  • 题解来喽

    #include <iostream> using namespace std; int main(){ int a; int b; cin>>a; cin>>b; cout<<a<<endl; cout<<b; return 0; }

    userId_undefined

    ༺ཌༀ薛博文ༀད༻

    倔强青铜出道萌新快乐小狗格式·格式排版员字符串·魔法使模拟·模拟练习生
    0阅读
    0回复
    0点赞
  • 题解(求火)

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout <<a<<endl<<b; }

    userId_undefined

    666

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

    #include <bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<n<<endl; cout<<m; return 0; }

    userId_undefined

    john

    0阅读
    0回复
    0点赞

共69条

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

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

首页