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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<iostream> using namespace std; int main(){ int x=0,n=0; cin>>x>>n; int sum=0; int i=0; for(int i=0;i<n;i++){ if(x!=6&&x!=7){ sum+=250; }if(x==7){ x=1; }else{ x++; } } cout<<sum; return 0; }

    userId_undefined

    达芬

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

    #include<bits/stdc++.h> using namespace std; int main(){ int n,x,count=0,day; cin>>x>>n; for(int i=x;;i++){ }

    userId_undefined

    jyz_zack(不加团

    出道萌新时间刺客时空双修者空间掌握者
    0阅读
    0回复
    0点赞

共62条

  • 1
  • 2
  • 3
  • 4
20条/页
跳至页
暂无数据

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

首页