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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    #include<iostream> using namespace std; int c[22]={0,0,1,2,9,44,265,1854,14833,133496,1334961}; int main(){ int t; while(cin>>t){ cout<<c[t]<<endl; } }

    userId_undefined

    Lexore_

    小有名气8月全勤卷王时空双修者题解仙人快乐小狗
    1阅读
    0回复
    1点赞
  • 看一下,包AC!

    #include<iostream> using namespace std; int c[22]={0,0,1,2,9,44,265,1854,14833,133496,1334961}; int main(){ int t; while(cin>>t){ cout<<c[t]<<endl; } }

    userId_undefined

    吴

    出道萌新时间刺客空间掌握者时空双修者枚举·枚举小能手字符串·魔法使
    1阅读
    0回复
    0点赞
暂无数据

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

首页