已解决


2倍してみよう - ここからスタート!
初めにこの問題を試してみよう。 入力としてxを与え、それを2倍して結果をyに代入せよ。 Examples: Input x = 2 Output y is 4 Input x = 17 Output y is 34 ...

7 months 前

已解决


二つのベクトルの要素ごとの積の平均を計算しよう
二つの同じ長さのベクトルが与えられたとき、二つのベクトルの要素ごとの積の平均を求めましょう。 例: 二つのベクトル [1 2 3] と [10 15 20] が与えられたとき、 それぞれの要素ごとの積の平均を取ると、 解は 33.3333 と...

7 months 前

已解决


ベクトルのスケーリング
入力したベクトルの大きさを1にしてください。

7 months 前

已解决


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

7 months 前

已解决


Draw a '4' in a zero matrix!

7 months 前

已解决


Draw a '6' in a zero matrix!

7 months 前

已解决


Draw a '9' in a zero matrix!

7 months 前

已解决


Draw a '7' in a zero matrix!

7 months 前

已解决


Draw a '8' in a zero matrix!

7 months 前

已解决


Draw a '3' in a zero matrix!

7 months 前

已解决


Draw a '5' in a zero matrix!

7 months 前

已解决


Draw a '2' in a zero matrix!

7 months 前

已解决


Draw a '1' in a zero matrix!

7 months 前

已解决


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

7 months 前

已解决


Find Logic 1

7 months 前

已解决


Find Logic 11

7 months 前

已解决


Find Logic 12

7 months 前

已解决


Find Logic 13

7 months 前

已解决


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

7 months 前

已解决


Find Logic 16

7 months 前

已解决


Find Logic 10

7 months 前

已解决


Find Logic 8

7 months 前

已解决


Find Logic 7

7 months 前

已解决


Find Logic 6

7 months 前

已解决


Find Logic 4

7 months 前

已解决


Find Logic 3

7 months 前

已解决


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

7 months 前

已解决


Find Logic 21

7 months 前

已解决


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

7 months 前

已解决


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

7 months 前

加载更多