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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    熙熙熙熙

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

    #include<iostream> using namespace std; int main(){ int a,b,c,d,e; cin>>a>>b>>c>>d; e=a2+b5+c*3; if(d>=e){ cout<<"Yes"<<endl<<d-e; } else{ cout<<"No"<<endl<<e-d; } return 0; }

    userId_undefined

    LS_YZY

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

    #include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d,e; cin>>a>>b>>c>>d; e=2a+5b+3*c; if(d>e){ cout<<"Yes"<<endl<<d-e<<endl; }else{ cout<<"No"<<endl<<e-d<<endl; } return 0; }

    userId_undefined

    沈*昱

    时间刺客空间掌握者时空双修者模拟·模拟练习生倔强青铜循环·循环打卡人
    5阅读
    1回复
    1点赞
  • py

    userId_undefined

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

    7月全勤卷王秩序白银时间刺客空间掌握者循环·循环打卡人I/O·IO入门者
    8阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    zsy

    题解仙人时空双修者BUG超度大师秩序白银快乐小狗
    3阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    QWQ

    时间刺客空间掌握者时空双修者
    1阅读
    0回复
    0点赞
暂无数据

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

首页