Community Profile

photo

Julia Radoszycki


Last seen: 3年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

約7年 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

約7年 前