acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 竞赛
  • 讨论
  • 团队
登录
注册
题目详情提交记录(0)
  • 代码有四个测试点是错的,有注释

    #include <iostream> #include <vector> #include <algorithm> #include <climits> #include <cstring> using namespace std; const int MAX = 1005; const int INF = 1e9; int denominations[6] = {100, 50, 20, 10, 5, 1}; int main() { int x1, x2, x3; cin >> x1 >> x2 >> x3; } 有四个测试点是错的,谁要拿走就改一改吧

    userId_undefined

    悠悠磕到甲沟炎(李昊哲)

    分支·分支解题者
    0阅读
    0回复
    0点赞
暂无数据

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

首页