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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<iostream> using namespace std; int max_value(int a,int b){ if(a>b){ return a; }else{ return b; } } int min_value(int a,int b){ if(a<b){ return a; }else{ return b; } } int main() { int a, b; cin >> a >> b; cout << "max=" << max_value(a, b) << endl; cout << "min=" << min_value(a, b) << endl; return 0; }

    userId_undefined

    哼!

    0阅读
    0回复
    0点赞
  • TIJIE

    userId_undefined

    陈炜涵

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

    userId_undefined

    准

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

    三目运算符的使用

    userId_undefined

    dchk-SY

    秩序白银
    0阅读
    0回复
    0点赞
  • 水题

    userId_undefined

    acgoacgo

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

    userId_undefined

    潜龙暗虎

    0阅读
    0回复
    0点赞

共66条

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

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

首页