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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<bits/stdc++.h> using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; for(int i=1;i<=n;i++){ for(int j=y;j>=x;j--){ cout<<j<<" "; } cout<<endl; } return 0; }

    userId_undefined
    章熙媛
    倔强青铜
    0阅读
    0回复
    0点赞
暂无数据

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

首页