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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<iostream> #include<cstdio> using namespace std; int main(){ int n,a,b; cin >> n; a=n/2; if (n%2==1){ b=a+1; cout <<b; }else { cout << a; } }

    userId_undefined

    徐不爱臭

    空间掌握者倔强青铜
    36阅读
    2回复
    2点赞
  • 题解

    userId_undefined

    zsy

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

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

    userId_undefined

    5033爱好者

    出道萌新时间刺客空间掌握者倔强青铜模拟·模拟练习生题解仙人
    10阅读
    0回复
    3点赞
  • c++

    userId_undefined

    无敌的鳖佬仔给老爷爷猜猜被

    荣耀黄金时间刺客空间掌握者循环·循环打卡人7月全勤卷王I/O·IO入门者
    13阅读
    0回复
    1点赞
  • 题解 100% AC

    userId_undefined

    飞的智动

    时空双修者8月全勤卷王秩序白银题解仙人模拟·模拟练习生快乐小狗
    6阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    程序鹅

    I/O·IO入门者时空双修者倔强青铜递归·套娃学徒模拟·模拟练习生分支·分支解题者
    1阅读
    0回复
    1点赞
  • 题解

    很简单

    userId_undefined

    13925102670(已退站)

    9阅读
    0回复
    0点赞
  • python

    n = int(input()) a = n/2 ans = int(a) if a == ans: print(ans) else: s = int(a) x = s+1 print(x)

    userId_undefined

    130****2617

    出道萌新
    9阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    LS_YZY

    题解仙人时空双修者出道萌新倔强青铜模拟·模拟练习生快乐小狗
    7阅读
    0回复
    0点赞
  • TJ

    水题

    userId_undefined

    ༺ཌༀཉ༒余 念 · 安༒ༀད༻

    8月全勤卷王秩序白银时空双修者递归·套娃学徒模拟·模拟练习生快乐小狗
    3阅读
    0回复
    0点赞
  • 哈哈哈哈回床煎蛋

    遇到~~~~~~(红色的)不要慌,直接提焦(不信自己运行A个C)

    userId_undefined

    我勒个大烧钢

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

    #include <iostream> using namespace std; int main(){ int n; cin>>n; if(n%2==1){ cout<<n/2+1; }else{ cout<<n/2; } return 0; }

    userId_undefined

    爱吃儿童餐的哥莫拉{必回关}

    出道萌新倔强青铜I/O·IO入门者循环·循环打卡人分支·分支解题者格式·格式排版员
    2阅读
    0回复
    0点赞
暂无数据

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

首页