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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    扶摇万里__里德尔

    出道萌新倔强青铜题解仙人字符串·魔法使循环·循环打卡人格式·格式排版员
    8阅读
    0回复
    2点赞
  • 数列

    #include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(1+n)*n/2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;//等差数列 return 0; }

    userId_undefined

    名侦探柯南 IOI OI排名第一

    8月全勤卷王时间刺客空间掌握者时空双修者出道萌新快乐小狗
    12阅读
    0回复
    1点赞
  • 题解

    userId_undefined

    zsy

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

    n=int(input("")) im=0 for i in range (1,n+1): im+=i print(im)

    userId_undefined

    139****0261

    循环·循环打卡人
    4阅读
    0回复
    0点赞
  • AC

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

    userId_undefined

    怪盗基德K

    循环·循环打卡人分支·分支解题者倔强青铜
    1阅读
    0回复
    0点赞
暂无数据

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

首页