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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    法兰西玫瑰

    72阅读
    0回复
    0点赞
  • 不会的看完!!!

    userId_undefined

    yy

    24阅读
    0回复
    1点赞
  • H多项式

    #include<bits/stdc++.h> using namespace std; double h(double n,double x){ if(n0) return 1; else if(n1) return x2; else return 2xh(n-1,x)-2(n-1)*h(n-2,x); } int main(){ double n,x; cin>>n>>x; cout<<fixed<<setprecision(2)<<h(n,x); return 0; }

    userId_undefined

    回来看看

    出道萌新倔强青铜
    10阅读
    0回复
    0点赞
  • tijie

    userId_undefined

    复仇者_帅童

    小有名气CSP-J一等奖出题人
    4阅读
    0回复
    0点赞
  • alalalalalalalalal

    userId_undefined

    JMZ詹总

    2阅读
    0回复
    0点赞
  • 555

    userId_undefined

    ↯ 暗黑之龙™

    出道萌新倔强青铜
    2阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    嘉陵江的晚风.

    2阅读
    0回复
    0点赞
  • TIJIE

    userId_undefined

    陈炜涵

    1阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    zsy

    7月全勤卷王题解仙人出道萌新时间刺客时空双修者秩序白银
    0阅读
    0回复
    0点赞
  • tj

    userId_undefined

    有事找大号

    0阅读
    0回复
    0点赞
  • .

    ~~ ~~

    userId_undefined

    ~Lyney~

    0阅读
    0回复
    0点赞
  • 自定义函数

    userId_undefined

    LOVEKlee1314

    出道萌新秩序白银时间刺客字符串·魔法使循环·循环打卡人I/O·IO入门者
    0阅读
    0回复
    0点赞
首页