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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 简单到跺脚脚

    #include<iostream> using namespace std; int main() { int a,b; stdcin>>a>>b; if(a>0 && b<1000000){ int sum=a+b; stdcout<<sum<<stdendl; }else{ stdcout<<"输入错误"<<std::endl; } return 0; }

    userId_undefined

    万物之初

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

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

    userId_undefined

    TimeLimitExceed

    0阅读
    0回复
    0点赞
  • tj

    #include <bits/stdc++.h> int main(){long long **,TMD;stdcin >> ** >> TMD;stdcout << **+TMD;return 0;}

    userId_undefined

    ZDZL_祸津御建鸣神命

    出道萌新倔强青铜
    0阅读
    0回复
    0点赞

共763条

  • 1
  • 35
  • 36
  • 37
  • 38
  • 39
20条/页
跳至页
首页