문제를 풀었습니다


Restricted Addition v4
This problem is Restricted Addition v3 with more restrictions. Also, you must handle matrices. Add two inputs without use of co...

거의 2년 전

문제를 풀었습니다


What? Paradox?
What's going on here?

거의 2년 전

문제를 풀었습니다


Assert yourself! Hack the assert function to pass this test.
Have you ever wanted to test out one of those hacks you have seen which "games" the problem by simply overwriting the assert met...

거의 2년 전

문제를 풀었습니다


imaginary

거의 2년 전

문제를 풀었습니다


Real

거의 2년 전

문제를 풀었습니다


String Logic 18
Examples: 'DIG' --> 'DG' 'IMPORTANT' --> 'IPRAT' 'DEAL' --> 'DA' 'LIMB' --> 'LM' 'MOSTLY' --> 'MSL'

거의 2년 전

문제를 풀었습니다


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

거의 2년 전

문제를 풀었습니다


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

거의 2년 전

문제를 풀었습니다


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

거의 2년 전

문제를 풀었습니다


Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...

거의 2년 전

문제를 풀었습니다


Find the number of zeros in a matrix
Find the number of zeros in a matrix

거의 2년 전

문제를 풀었습니다


Return longest string in 1-D array of strings
Find the longest string in an array of strings. Return an empty string if the initial array is empty. If there are multiple stri...

거의 2년 전

문제를 풀었습니다


Create co-occurrence matrix

거의 2년 전

문제를 풀었습니다


Make a Pandiagonal Prime Magic Square: 11 x 11
This Fun with Primes Challenge is to create a Pandiagonal Prime Magic Square of size 11x11 given eleven APk sequences with 10 co...

거의 2년 전

문제를 풀었습니다


Number of digits in an integer
Specifies how many digits in a given integer. Example: in=100 ==> out=3

거의 2년 전

문제를 풀었습니다


Decimal to binary conversion (without using built-in function)
convert the given decimal number to its equivalent binary without using built-in function. * n=18 * out='10010'

거의 2년 전

문제를 풀었습니다


Twin Primes
Twin primes are pairs of primes that are immediately next to each other (difference of two). The lesser of twin primes are 3, 5,...

거의 2년 전

문제를 풀었습니다


Cat, Meowcat and Concatenation
Input is a cell array containing several strings. Find the largest continuous sub-string common to all strings. All strings are ...

거의 2년 전

문제를 풀었습니다


MatCAT - Reconstruct X from Its X-rays
Consider a matrix x x = [ 1 2 0 0 5 0 3 0 8 ] If we sum x along the rows we get row_sums = [3 5 11] ...

거의 2년 전

문제를 풀었습니다


Create a sequence of primes p such that p > n π(p)

거의 2년 전

문제를 풀었습니다


Find Logic 14

거의 2년 전

문제를 풀었습니다


Find Logic 15

거의 2년 전

문제를 풀었습니다


Find Logic 9

거의 2년 전

문제를 풀었습니다


Find Logic 16

거의 2년 전

문제를 풀었습니다


Find Logic 17

거의 2년 전

문제를 풀었습니다


Find Logic 18

거의 2년 전

문제를 풀었습니다


Find Logic 19

거의 2년 전

문제를 풀었습니다


Compute the Sequence of the Day
A sequence starts with 1 and 2, and each subsequent term is the sum of the digits of the product of the previous two terms. As a...

거의 2년 전

문제를 풀었습니다


Find the smallest integer m such that n divides m!
Write a function that takes an integer and finds the smallest integer whose factorial is divisible by . For example, if , then...

거의 2년 전

문제를 풀었습니다


Whole Number Concatenator
Write a function that concatenates whole numbers. For example: numcat(111,222) should return 111222 numcat(1,2,3,4,5) s...

거의 2년 전

더 보기