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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情提交记录(0)
  • *第2个题解

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

    userId_undefined

    🕈.👎.☝✌💧❄☜☼

    倔强青铜
    10阅读
    1回复
    1点赞
  • 🖂 ☞✋☼💧❄ 🏱☼(第一个题解)

    #include<iostream> using namespace std; int x,n,all; int main(){ all=0; cin>>x>>n; for(int i=0;i<n;i++){ if(x<6) all+=250; x++; if(x==8) x=1; }

    userId_undefined

    🕈.👎.☝✌💧❄☜☼

    倔强青铜
    10阅读
    0回复
    1点赞
  • ‌月半猫是什么梗 + 题解

    ‌月半猫是什么梗 “‌月半猫”是指“‌胖猫”的一种调侃式转换表述,源自‌重庆21岁男子跳江事件。‌ 该男子在游戏中使用“胖猫”作为昵称,因其体态丰腴而得名。其姐姐在社交平台上进行了一系列炒作,使得该事件成为热点,而“月半猫”作为网络梗逐渐流传开来。‌ “月半猫”中的“月半”是对“胖”的一种诙谐、隐晦的表达,这个梗的流行反映了网友们对事件的关注和讨论,以及对事件背后现象的调侃和思考。 #include <bits/stdc++.h> using namespace std; int main(){ int a,n,sum = 0; cin >> a >> n; for(int i = 1;i <= n;i++){ if(a != 6 && a != 7){ sum += 250; } if(a == 7){ a = 1; }else{ a++; } } cout << sum; }

    userId_undefined

    恶龙世纪

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

    userId_undefined

    zsy

    题解仙人时间刺客时空双修者7月全勤卷王出道萌新秩序白银
    0阅读
    0回复
    0点赞
暂无数据

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

首页