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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    法兰西玫瑰

    106阅读
    0回复
    5点赞
  • 题解 * 1

    #include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if(n == 0 || n % 2 == 1){cout << 0 << " " << 0 << endl;} }

    userId_undefined

    shi

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

    #include<bits/stdc++.h> using namespace std; int main(){ long int a; cin>>a; if(a1||a%21){//没有最大值和最小值// cout<<0<<" "<<0; } else{ cout<<ceil(1.0*a/4)<<" "<<a/2;// 向上取整// } }

    userId_undefined

    AC神

    出道萌新秩序白银
    22阅读
    1回复
    1点赞
  • 题解

    userId_undefined

    一时想起,四季等你

    7月全勤卷王时空双修者出道萌新荣耀黄金题解仙人
    13阅读
    0回复
    1点赞
  • 我的是不是复杂

    #include<iostream> using namespace std; int main(){ int a,b,c; cin>>c; if(c%2!=0){ cout<<0<<' '<<0; }else{ if(c%4==0){ a=c/4; }else{ a=c/4+1; } b=c/2; cout<<a<<' '<<b; } return 0; }

    userId_undefined

    ༺ཌༀ`§☯末影之路☯§′ༀད༻

    8月全勤卷王时间刺客空间掌握者秩序白银枚举·枚举小能手模拟·模拟练习生
    5阅读
    0回复
    1点赞
  • tj

    userId_undefined

    有事找大号

    4阅读
    0回复
    0点赞
暂无数据

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

首页