photo

Sara Xie

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

Followers: 0   Following: 0

消息

统计学

All
  • Solver
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


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

2 years 前

已解决


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

6 years 前