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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(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<iostream>//头文件 using namespace std;//命名空间 int main()//程序入口 { int a,b;//定义变量 cin>>a>>b;//导入变量数值 cout<<a<<endl<<b;//输出变量 return 0;//程序出口 }

    userId_undefined

    万物之初

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

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

    userId_undefined

    zaze

    贪心·贪心尝试者出道萌新模拟·模拟练习生倔强青铜递归·套娃学徒字符串·魔法使
    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点赞
  • tj

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

    userId_undefined

    原神

    出道萌新8月全勤卷王时间刺客空间掌握者秩序白银递归·套娃学徒
    0阅读
    0回复
    0点赞
  • 题解

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

    userId_undefined

    -战神.GTR-

    出道萌新时间刺客时空双修者空间掌握者字符串·魔法使贪心·贪心尝试者
    0阅读
    0回复
    0点赞

共66条

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

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

首页