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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(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

    AAA秋褲批發lexora_哥

    小有名气题解仙人时空双修者秩序白银传道者
    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点赞
首页