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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    zsy

    题解仙人时空双修者BUG超度大师秩序白银快乐小狗
    27阅读
    0回复
    0点赞
  • AC代码 使用abs()函数

    #include <bits/stdc++.h> using namespace std; int main(){ int a; cin >>a; cout <<abs(a); return 0; }

    userId_undefined

    Entity-303

    倔强青铜时间刺客循环·循环打卡人字符串·魔法使数组·数组操作员模拟·模拟练习生
    1阅读
    0回复
    1点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; if(a<0){ a=a-a*2; } cout<<a; return 0; }

    userId_undefined

    LS_YZY

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

    userId_undefined

    疯子的清醒

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

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

首页