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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    哈哈哈哈哈哈

    userId_undefined

    programmerGYM

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

    x,y,z=map(int,input().split()) c=min(x,y,z) print(c)

    userId_undefined

    朕宁拼一死!逆贼安敢一战!

    2阅读
    0回复
    0点赞
  • O(1)的代码,不用循环

    userId_undefined

    一个普通的人

    空间掌握者倔强青铜循环·循环打卡人分支·分支解题者字符串·魔法使数组·数组操作员
    1阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    枫岚

    出道萌新秩序白银快乐小狗时空双修者GESP4级
    1阅读
    0回复
    0点赞
  • 用了函数(doge)

    userId_undefined

    我要AC

    倔强青铜循环·循环打卡人数组·数组操作员分支·分支解题者I/O·IO入门者
    0阅读
    0回复
    0点赞
  • 一只题解

    userId_undefined

    水牛🐃

    出道萌新题解仙人秩序白银字符串·魔法使
    0阅读
    0回复
    0点赞
  • A7853.找最小值

    这题解包可以用!

    userId_undefined

    ༺ཌༀ༒☯星河·月寂☯༒ༀད༻™

    出道萌新循环·循环打卡人时空双修者分支·分支解题者数组·数组操作员字符串·魔法使
    0阅读
    0回复
    0点赞
  • python

    x,y,z=map(int,input().split()) c=min(x,y,z) print(c)

    userId_undefined

    135****1834

    0阅读
    0回复
    0点赞
  • 选择性的不用void,感觉这道题简单

    #include <bits/stdc++.h> using namespace std; int mini(int a,int b,int c){ int min; if(a<=b&&a<=c){ min=a; } if(b<=a&&b<=c) min=b; if(c<=a&&c<=b) min=c; return min; } int main(){ int x,y,z; cin>>x>>y>>z; int q=mini(x,y,z); cout<<q; return 0; }

    userId_undefined

    zzy009

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

    userId_undefined

    zsy

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

共30条

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

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

首页