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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    entj

    时空双修者出道萌新秩序白银字符串·魔法使快乐小狗贪心·贪心尝试者
    30阅读
    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

    Lexore_

    小有名气8月全勤卷王时空双修者题解仙人快乐小狗
    3阅读
    0回复
    1点赞
  • 简单 求关注

    userId_undefined

    ༺ཌ(同洛谷)ད༻

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

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

首页