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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    entj

    出道萌新时空双修者字符串·魔法使贪心·贪心尝试者秩序白银快乐小狗
    29阅读
    0回复
    0点赞
  • tj

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

    userId_undefined

    AAA秋褲批發lexora_哥

    小有名气题解仙人时空双修者秩序白银传道者
    3阅读
    0回复
    1点赞
  • 简单 求关注

    userId_undefined

    ༺ཌ𝓒𝓾𝓷𝓽𝓪𝓲ད༻

    倔强青铜模拟·模拟练习生空间掌握者枚举·枚举小能手递归·套娃学徒字符串·魔法使
    2阅读
    0回复
    1点赞
首页