解決済み


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

4年以上 前

解決済み


Find Logic 19

4年以上 前

解決済み


Find Logic 18

4年以上 前

解決済み


Find Logic 17

4年以上 前

解決済み


Find Logic 16

4年以上 前

解決済み


Find Logic 14

4年以上 前

解決済み


Find Logic 15

4年以上 前

解決済み


Find Logic 13

4年以上 前

解決済み


Find Logic 12

4年以上 前

解決済み


Find Logic 11

4年以上 前

解決済み


Find Logic 10

4年以上 前

解決済み


Find Logic 9

4年以上 前

解決済み


Find Logic 8

4年以上 前

解決済み


Find Logic 7

4年以上 前

解決済み


Find Logic 6

4年以上 前

解決済み


Find Logic 4

4年以上 前

解決済み


Find Logic 3

4年以上 前

解決済み


Find Logic 1

4年以上 前

解決済み


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

4年以上 前

解決済み


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

4年以上 前

解決済み


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

4年以上 前

解決済み


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

4年以上 前

解決済み


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

4年以上 前

解決済み


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

4年以上 前

解決済み


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

4年以上 前

解決済み


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

4年以上 前

解決済み


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and ...

4年以上 前

解決済み


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

4年以上 前

解決済み


Can the given sides form a triangle?
Can the three given sides form a triangle?

4年以上 前

解決済み


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

4年以上 前

さらに読み込む