解決済み


IQpuzzler Preparation #2: Detect isolated zeros in a 2D matrix
Return true if any isolated single zeros are present in the input M-by-N matrix (zeros with all adjacent elements being non-zero...

3年以上 前

解決済み


SIMPLE Addition
add three numbers to equal 6

3年以上 前

解決済み


Addition
Add the two numbers to equal 3

3年以上 前

解決済み


Cricket - You Miss, I Hit (Rank Bowlers by Proportion of Bowled and LBW Wickets)
Which bowlers threaten your stumps the most? Given a table of all wickets taken during some particular set of matches and two th...

3年以上 前

解決済み


Volume of a Square
Find a function that creates the volume of a square if side length is 9

3年以上 前

解決済み


Easy Sequences 82: Digits of Powers of 2
In Project Euler Problem #16, we are asked for sum of the digits of powers of 2. Here we will be asked for more than that. Give...

3年以上 前

解決済み


Count the unitary divisors of a number
Cody Problem 56738 asks for a list of the unitary divisors of a number. For this problem, write a function to count the unitary ...

3年以上 前

解決済み


List unitary divisors of a number
A unitary divisor of a number divides and satisfies gcd(,) = 1. For example, 9 is a unitary divisor of 18 because gcd(9,2) = ...

3年以上 前

解決済み


learning to code?
dsF

3年以上 前

解決済み


Vectorial sum
vectroiral sum

3年以上 前

解決済み


dont try dis lmao
sd

3年以上 前

解決済み


freeeeeee3

3年以上 前

解決済み


freeeeee
free

3年以上 前

解決済み


freeeeee
free points

3年以上 前

解決済み


Determine if a given input is even or odd?
Given an input, determine if even or odd.

3年以上 前

解決済み


Acid-Base Chemistry: Which side of the reaction is more favorable?
In an Acid-Base reaction, there is always going to be an acid, a base, a conjugate acid, and a conjugate base. When provided wit...

3年以上 前

解決済み


Just square the input
Square the number

3年以上 前

解決済み


Is the number of 1s in a binary integer odd or even?
Your function should turn the input integers into binary form and count the number of 1s in the binary. If the number is odd, re...

3年以上 前

解決済み


List the nth term of Rozhenko’s inventory sequence
Consider a sequence constructed by repeated inventories. A new inventory begins each time a zero is encountered. The first few i...

3年以上 前

解決済み


Cricket - Report the Result (Part II: Test Matches)
Given two scalar strings representing the scores for a test match, return a string reporting the result in the appropriate form:...

3年以上 前

解決済み


Compute the drag on a moving vehicle
We assume no rolling resistance, and the simple rule for Drag : , where is the density of the fluid (assumed at 1.2 ), is the ...

3年以上 前

解決済み


Slope intercept application
Find y given slope (m), x, and y intercept (b).

3年以上 前

解決済み


Check if a year is a leap year or not
Return 1 if a given year is a leap year or 0 if it is not

3年以上 前

解決済み


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

3年以上 前

解決済み


Determine if vector has any zeroes
Return 1 if vector has atleast 1 zero, else return 0

3年以上 前

解決済み


Cricket - Career Bowling Statistics
Given a vector s of strings representing a bowler's individual innings records, return their career statistics as a 3-element (n...

3年以上 前

解決済み


Cricket - Report the Result (Part I: Limited Overs)
Given two scalar strings representing the scores for a limited-overs match, return a string reporting the result in the form "Te...

3年以上 前

解決済み


Cricket - Peak Batting Average
Given a vector s of strings representing a batter's individual innings scores (in chronological order), return the highest batti...

3年以上 前

解決済み


Cricket - Represent Average in "Dulkars" and "Ses"
Sachin Tendulkar's Test average was 53.78. So if Tendulkar = 53.78, one dulkar = 5.378. Similarly, Roger Twose's average was 25....

3年以上 前

解決済み


Cricket - Career Batting Statistics
Given a vector s of strings representing a batter's individual innings scores, return their career statistics as a 4-element (nu...

3年以上 前

さらに読み込む