photo

hossein Yadi


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
135 个答案

排名
N/A
of 301,237

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,206

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
2,303
of 173,611

贡献数
0 个问题
135 个答案

评分
1,360

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

查看徽章

Feeds

排序方式:

已解决


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

7 years 前

已解决


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

7 years 前

已解决


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

7 years 前

已解决


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

7 years 前

已解决


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

7 years 前

已解决


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

7 years 前

已解决


Area of a circle
Find the value for area of the circle if diameter is given

7 years 前

已解决


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

7 years 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

7 years 前

已解决


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

7 years 前

已解决


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

7 years 前

已解决


Area of rhombus
Calculate the rhombus area

7 years 前

已解决


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

7 years 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

7 years 前

已解决


Square root of a number
Write a code that will output the square root of x.

7 years 前

已解决


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

7 years 前

已解决


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

7 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 years 前

已解决


true or false
if the matrix has a zero, return true. else, return false

7 years 前

已解决


subtraction of two nos
given a and b, subtract and give the answer

7 years 前

已解决


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

7 years 前

已解决


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

7 years 前

已解决


BASICS - sum part of vector
Please make a function, where as input you get vector "x" and and vector "c", where in "c" vector you get indexes to sum. Examp...

7 years 前

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

7 years 前

已解决


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

7 years 前

已解决


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

7 years 前

已解决


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

7 years 前

已解决


Return area of square
Side of square=input=a Area=output=b

7 years 前

已解决


length of a vector
Find twice the length of a given vector.

7 years 前

已解决


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

7 years 前

加载更多