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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    浅夏.山橘月

    倔强青铜
    89阅读
    9回复
    8点赞
  • 来陪皓哥和丧坤

    userId_undefined

    138****6096

    倔强青铜
    23阅读
    1回复
    4点赞
  • 简简单单轻轻松松

    #include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b<<endl<<a-b<<endl<<a*b<<endl<<a/b<<endl<<a%b; return 0; }

    userId_undefined

    陈骧(丧坤)

    倔强青铜
    23阅读
    0回复
    4点赞
  • 题解,已AC

    userId_undefined

    RE君

    倔强青铜
    21阅读
    0回复
    3点赞
  • A21010.各种各样的 Problem

    经过我的尝试,题目测试点的100%数据都在 C++C++C++ 的 intintint 类型范围之内,所以…… 这道题和高精度有关系吗?

    userId_undefined

    毛奕程

    倔强青铜
    9阅读
    0回复
    0点赞
  • 题解

    #include<iostream> using namespace std; int main(){ int a,s; cin>>a>>s; cout<<a+s<<endl; cout<<a-s<<endl; cout<<a*s<<endl; cout<<a/s<<endl; cout<<a%s<<endl; return 0; }

    userId_undefined

    聪明的孩纸

    倔强青铜
    4阅读
    0回复
    0点赞
  • 最短解

    userId_undefined

    yang(Python)

    秩序白银
    2阅读
    0回复
    0点赞
首页