문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

2년 초과 전

문제를 풀었습니다


Acid and water
⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ Assume that there is a 100 liter tank. It is initially fi...

2년 초과 전

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

2년 초과 전

문제를 풀었습니다


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

2년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

2년 초과 전

문제를 풀었습니다


Splitting Triangle - Problem the first

대략 3년 전

문제를 풀었습니다


Splitting Square - Problem the second

대략 3년 전

문제를 풀었습니다


Splitting Square - Problem the first

대략 3년 전

문제를 풀었습니다


Slitherlink IV: Recursive (medium size)

대략 3년 전

문제를 풀었습니다


Slitherlink III: Evolve

대략 3년 전

문제를 풀었습니다


Slitherlink II: Gimmes

대략 4년 전

문제를 풀었습니다


Slitherlink I: Trivial

4년 초과 전

문제를 풀었습니다


Tic-Tac-Logic - Solution Checker
<http://www.conceptispuzzles.com/index.aspx?uri=puzzle/tic-tac-logic/rules Tic-Tac-Logic> is a logic puzzle wherein a rectangula...

4년 초과 전

문제를 풀었습니다


Easy Sequences 66: Fractional Part of Sum of Consecutive Powers over a Prime
Given three postive integers, , and , create the function , defined as follows: Where is the th prime and the s...

4년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

4년 초과 전

문제를 풀었습니다


Anagram
Given two strings, check whether they're anagrams to each other or not.

4년 초과 전

문제를 풀었습니다


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

4년 초과 전

문제를 풀었습니다


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

4년 초과 전