f(x,y) in Interval
Start Timer
0:00:00
Let
Given an interval and some integer . Write a function, get_possible_values, that returns all positive integer pairs such that and .
Example:
Input:
L = 0
R = 1
N = 50
Output:
get_possible_values(L, R, N) -> [[0,0]]
Since
.
.
.
.
.
.
.
.
.
Comments