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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 资讯
  • 竞赛
  • 讨论
  • 团队
  • 商城
登录
注册
题目详情提交记录(0)
  • 依旧全ACGO最正经题解

    不多说了上代码 注:因为a22早朝超int范围,所以用long long,否则提交时通过率只有66.7%

    userId_undefined
    蚩貂芈敖大手子在XMW没智商的天
    时间刺客空间掌握者时空双修者7月全勤卷王字符串·魔法使多键裁决者
    21阅读
    0回复
    0点赞
  • maths

    #include<bits/stdc++.h>//submitRecord// using namespace std; //const int N=1e7+10; long long f(int x){ if(x<=10) return x; else return f(x-10)*f(x-1); } int main(){ //freopen("","r",stdin); //freopen("","w",stdout); ios::sync_with_stdio(); cin.tie(nullptr); cout.tie(nullptr); long long a; cin>>a; cout<<f(a); //fclose(stdin); //fclose(stdout); return 0; }

    userId_undefined
    哥伦比亚
    出道萌新时间刺客时空双修者空间掌握者快乐小狗枚举·枚举小能手
    0阅读
    0回复
    0点赞
暂无数据

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

首页