photo

RAHUL DEY


Last seen: 9 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Cody

0 个问题
7 个答案

排名
98,752
of 301,153

声誉
0

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
12,182 of 21,182

声誉
20

平均
5.00

贡献数
0 文件

下载次数
13

ALL TIME 下载次数
152

排名
41,411
of 173,067

贡献数
0 个问题
7 个答案

评分
105

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • Commenter
  • Promoter
  • Solver
  • First Review
  • GitHub Submissions Level 1
  • First Submission

查看徽章

Feeds

排序方式:

已解决


Find Logic 17

5 years 前

已解决


Find Logic 18

5 years 前

已解决


Find Logic 19

5 years 前

已解决


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

5 years 前

已解决


Fibonacci-Sum of Squares
Given the Fibonacci sequence defined by the following recursive relation, * F(n) = F(n-1) + F(n-2) * where F(1) = 1 and F(1)...

5 years 前

已解决


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

5 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前