Community Profile

photo

Julio Iglesias


Last seen: 4 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Leader
  • Solver

查看徽章

Feeds

排序方式:

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

1 year 前

已解决


Counting Sequence
Given a vector x, find the "counting sequence" y. A counting sequence is formed by "counting" the entries in a given sequence...

1 year 前

已解决


Get the n-th rand number with given seed
Given seed s, return the n-th rand number using rand(). Round the answer with 4 digits. n is a postive integer.

1 year 前

已解决


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:...

1 year 前