Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(love_calculator('Jay-Z','Beyonce')==5)
|
2 | Pass |
%%
assert(love_calculator('Dr. Dre','Eminem')==47)
|
3 | Pass |
%%
assert(love_calculator('Angelina Jolie','Brad Pitt')==69)
|
4 | Pass |
%%
assert(love_calculator('Jennifer Aniston','Brad Pitt')==75)
|
5 | Pass |
%%
assert(love_calculator('God','Satan')==82)
|
6 | Pass |
%%
assert(love_calculator('Your Mom','Your Dad')==5)
|
7 | Pass |
%%
assert(love_calculator('@bmtran','MATLAB')==66)
|
Sort a list of complex numbers based on far they are from the origin.
3791 Solvers
298 Solvers
Find the "ordinary" or Euclidean distance between A and Z
119 Solvers
How many trades represent all the profit?
460 Solvers
Generate a random matrix A of (1,-1)
161 Solvers