문제를 풀었습니다


Insert zeros II

대략 5년 전

문제를 풀었습니다


Insert zeros

대략 5년 전

문제를 풀었습니다


Return multiples of 3

대략 5년 전

문제를 풀었습니다


Set zero

대략 5년 전

문제를 풀었습니다


delta x

대략 5년 전

문제를 풀었습니다


print

대략 5년 전

문제를 풀었습니다


F.R.I.E.N.D.S

대략 5년 전

문제를 풀었습니다


F.R.I.E.N.D.S

대략 5년 전

문제를 풀었습니다


PIN code II

대략 5년 전

문제를 풀었습니다


Remnant

대략 5년 전

문제를 풀었습니다


PIN code

대략 5년 전

문제를 풀었습니다


PIN code III

대략 5년 전

문제를 풀었습니다


Multiply Column
Given two input, one matrix and one scalar number For example A is a matrix given A = [ 1 2 2 5 2 5 2 3 4 6...

대략 5년 전

문제를 풀었습니다


Repeat the entries of the vector to their reference times in the vector.
e.g for input x: [ 7 3 9 5] output y: [ 7 3 3 9 9 9 5 5 5 5]

대략 5년 전

문제를 풀었습니다


Find the binary code
Given a sinusoidal signal, create a function that returns the binary code of a quantized value. The function takes the bit lengt...

대략 5년 전

문제를 풀었습니다


Genome decoding
Inspired by a question on the answer forum: You are given a matrix of 8-bit integers which encodes a genome. Each integer can...

대략 5년 전

문제를 풀었습니다


Set Soldner's constant

대략 5년 전

문제를 풀었습니다


Evaluate the prime zeta function

대략 5년 전

문제를 풀었습니다


How many complete pizzas
x is a vector with numbers of pizza slices. A corresponding vector n indicates in how many slices the pizza slices of x were cut...

대략 5년 전

문제를 풀었습니다


I hope to lose weight healthily...
In order to reduce weight healthily, weight will be reduced by 4% every month. Please calculate how many months it will take...

대략 5년 전

문제를 풀었습니다


Calculating the total earnings of a factory
The row vector, prods contains the number of various products manufactured per hour. The second row vector, prices holds values ...

대략 5년 전

문제를 풀었습니다


Divide the Least Common Multiple by the Greatest Common Divisor of two numbers
Divide the Least Common Multiple by the Greatest Common Divisor of two numbers. For example, for x=12345 and y=54321, the answer...

대략 5년 전

문제를 풀었습니다


Duration of a trip in minutes
Input is a string which includes the duration of a trip. Convert the duration to minutes. For example if the duration of a t...

대략 5년 전

문제를 풀었습니다


Odd times even numbers in a matrix
First count the number of odd numbers in x, then the number of even. Return their product. example: x = [1 2] One odd ...

대략 5년 전

문제를 풀었습니다


Make visible max values
Make visible maximum values of rows input = [1 2 3 4 5; 6 9 8 2 1; 2 1 4 5 8; 1 9 7 9 2]; ...

대략 5년 전

문제를 풀었습니다


Swap rows

대략 5년 전

문제를 풀었습니다


F.R.I.E.N.D.S

대략 5년 전

문제를 풀었습니다


generate capital english alphabets
Based on the numeric input 'n', generate the capital english alphabet starting from A till the english alphabet at the 'n'th pos...

대략 5년 전

문제를 풀었습니다


Cody problems in French : Trouvez la logique Pt.2
Trouvez la logique entre x et y, aidez-vous de la test suite. Bon courage. P.S: L'utilisation de "^" est de nouveau fortement...

대략 5년 전

문제를 풀었습니다


sparse_matrix
You convert a vector to a sparse matrix. for example *x* =[1 2 3]; output will be *y* = [1 0 0 ...

대략 5년 전

더 보기