문제를 풀었습니다


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

1년 초과 전

문제를 풀었습니다


Cut the rod
A rod of length n can be cut in different sizes. Different price is associated with different length of cuts. length, len= [1,...

1년 초과 전

문제를 풀었습니다


ICFP2024 007: Lambdaman 1, 2, 3 Breadth Solver
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

1년 초과 전

문제


Compute the dispersion coefficient
A contaminant dumped or spilled into a river will move downstream with the flow, but it will also spread in the flow direction b...

1년 초과 전 | 0 | 솔버 수: 4

문제를 풀었습니다


ICFP2024 005: Lambdaman 1, 2, 3
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

1년 초과 전

문제를 풀었습니다


ICFP2024 006: Lambda 21 - 3D
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

1년 초과 전

문제를 풀었습니다


ICFP2024 009: Lambdaman Crawler-Backfill
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

1년 초과 전

문제를 풀었습니다


Number of leaps in binary search
Binary search is one of the most popular searching algorithms (Binary Search Algorithm). It works only in a sorted array. It uti...

1년 초과 전

문제


Extend the digamma function to negative arguments
While solving one of Ramon Villamangca’s problems, I needed the value of , where is the digamma function. However, MATLAB’s fun...

1년 초과 전 | 0 | 솔버 수: 6

문제를 풀었습니다


Easy Sequences 90: Triple Summation of a Combinatorial Function
Given a positive integer , we are asked to evaluate the following triple summation: The symbol is the combin...

1년 초과 전

문제를 풀었습니다


Cell Source Index
Suppose that C is a cell array whose elements consist of row vectors of elements of the same type. For example, C could be a ce...

1년 초과 전

문제를 풀었습니다


ICFP2024 010: Lambdaman Optimal-Crawler-Backfill
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

1년 초과 전

문제


Describe n from right to left
If you were to describe the number 46 from right to left, you could say “one 6, one 4”, or 1614. The number 8663 would be “one 3...

1년 초과 전 | 0 | 솔버 수: 7

문제를 풀었습니다


jogging?
Imagine x-y coordinate system and you are at the origin and your partner is on the x-axis at some small distance (d) away from y...

1년 초과 전

문제를 풀었습니다


Complete a 2nd order difference sequence
In Cody Problem 59791 ChrisR asks us to find the integer that completes a randomly sorted geometric sequence with one missing el...

1년 초과 전

문제를 풀었습니다


Sum of the pixel values for the blue color
Calculate the sum of the pixel values for the blue color, with a picture as an input. NOTE: The picture will be provided as a m...

1년 초과 전

문제


List Ormiston prime pairs
The numbers 1913 and 1931 form the first Ormiston prime pair. The numbers are consecutive primes, and they are anagrams of each ...

1년 초과 전 | 0 | 솔버 수: 6

문제를 풀었습니다


Moyenne pondérée
Ecrire une fonction qui prend en entrée un vecteur P et un vecteur V et calcule la moyenne pondérée MP des élements vi d'un vec...

1년 초과 전

문제를 풀었습니다


Find out if the given number is a square of natural number.
For example , Input =4,output =1 Input=1,output=1 Input=0,output=0 Input=8,output=0

1년 초과 전

문제


Explore the twin prime Goldbach conjecture
The Goldbach conjecture says that every positive even integer greater than 2 can be expressed as the sum of two prime numbers in...

1년 초과 전 | 2 | 솔버 수: 5

문제를 풀었습니다


The Prime Days of Christmas
On the first day of Christmas my true love sent to me partridges in a pear tree. On the second day of Christmas my true love s...

1년 초과 전

문제를 풀었습니다


Conditional transpose II
As in problem 60734, you're given two vectors, x and y, which might be row or a column vectors. Your task is to ensure that y ha...

1년 초과 전

문제를 풀었습니다


Conditional transpose
You're given two vectors of the same length, x and y, which might be row or a column vectors. Your task is to ensure that y has ...

1년 초과 전

문제를 풀었습니다


Delete some elements in the natural set and find the sum of the first n terms
Delete the number (except 0,1) with a complete square number from the natural set of numbers, form a new set of numbers, find th...

1년 초과 전

문제를 풀었습니다


Wheatstone bridge
Determine if a set of resistors maintain Wheatstone bridge equilibrium

1년 초과 전

문제를 풀었습니다


Organic Chemistry
Determine the names of the organic component formed with carbon and hydrogen. For example, if n=1 the name is methane

1년 초과 전

문제


Find the closest geyser prime
My wife and I celebrated our honeymoon and our recent anniversary in Yellowstone and Grand Teton National Parks. After returning...

1년 초과 전 | 1 | 솔버 수: 7

문제


Remove the diagonal of a square matrix
Some Cody problems ask solvers to remove columns (e.g., 7), and others ask solvers to remove rows (e.g., 44033). Write a funct...

1년 초과 전 | 0 | 솔버 수: 17

문제를 풀었습니다


Convert RGB to Grayscale
Convert a 3 element RGB array to its correspoding grayscale pixel (a scalar) *Hint: a formula exists!

1년 초과 전

문제를 풀었습니다


Palindrome Checker
Check to see if a given string is a palindrome (a word, phrase, or sequence that reads the same backward as forward). Output sh...

1년 초과 전

더 보기